refactor: remove unnecessary use of 'rec'

This commit is contained in:
Chinpo Nya 2023-04-04 21:42:46 +02:00 committed by ed
parent 50912480b9
commit 9ac5908b33

View file

@ -20,7 +20,7 @@ let
# smb server
impacket
]);
in stdenv.mkDerivation rec {
in stdenv.mkDerivation {
pname = "copyparty";
version = pinData.version;
src = fetchurl {