diff options
-rw-r--r-- | corepkgs/fetchurl.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/corepkgs/fetchurl.nix b/corepkgs/fetchurl.nix index 5e0ad9da3c68..613c25364cc3 100644 --- a/corepkgs/fetchurl.nix +++ b/corepkgs/fetchurl.nix @@ -1,5 +1,3 @@ -with import <nix/config.nix>; - { system ? builtins.currentSystem , url , outputHash ? "" |