Update src/libexpr/fetchurl.nix
Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
This commit is contained in:
parent
b3550d9179
commit
673fd21b7c
|
@ -12,7 +12,7 @@
|
||||||
, executable ? false
|
, executable ? false
|
||||||
, unpack ? false
|
, unpack ? false
|
||||||
, name ? baseNameOf (toString url)
|
, name ? baseNameOf (toString url)
|
||||||
, __impure ? false
|
, impure ? false
|
||||||
}:
|
}:
|
||||||
|
|
||||||
derivation ({
|
derivation ({
|
||||||
|
|
Loading…
Reference in a new issue