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
|
||||
, unpack ? false
|
||||
, name ? baseNameOf (toString url)
|
||||
, __impure ? false
|
||||
, impure ? false
|
||||
}:
|
||||
|
||||
derivation ({
|
||||
|
|
Loading…
Reference in a new issue