mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
refactor: remove unnecessary use of 'rec'
This commit is contained in:
parent
50912480b9
commit
9ac5908b33
|
@ -20,7 +20,7 @@ let
|
|||
# smb server
|
||||
impacket
|
||||
]);
|
||||
in stdenv.mkDerivation rec {
|
||||
in stdenv.mkDerivation {
|
||||
pname = "copyparty";
|
||||
version = pinData.version;
|
||||
src = fetchurl {
|
||||
|
|
Loading…
Reference in a new issue