diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2016-08-11T10·46+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2016-08-11T15·12+0200 |
commit | 0edc84a8f903cbdd54a9fa16df299e6cdfddf219 (patch) | |
tree | bf0a2d93cc08fd42aa6586e02112e4f2791ec297 /corepkgs | |
parent | b0ebad88cde57cae18d7b55636c7ddddd691c4a1 (diff) |
Drop an unnecessary use of <nix/config.nix>
Diffstat (limited to 'corepkgs')
-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 ? "" |