mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 16:26:18 +02:00
fetchurl.nix: change other use of __impure
This commit is contained in:
parent
673fd21b7c
commit
fb985f855c
1 changed files with 2 additions and 2 deletions
|
@ -38,6 +38,6 @@ derivation ({
|
||||||
|
|
||||||
# To make "nix-prefetch-url" work.
|
# To make "nix-prefetch-url" work.
|
||||||
urls = [ url ];
|
urls = [ url ];
|
||||||
} // (if __impure
|
} // (if impure
|
||||||
then { inherit __impure; }
|
then { __impure = true; }
|
||||||
else { inherit outputHashAlgo outputHash; }))
|
else { inherit outputHashAlgo outputHash; }))
|
||||||
|
|
Loading…
Reference in a new issue