Update src/libexpr/fetchurl.nix

Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
This commit is contained in:
Adam Joseph 2022-09-16 08:51:14 +00:00 committed by GitHub
parent b3550d9179
commit 673fd21b7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@
, executable ? false
, unpack ? false
, name ? baseNameOf (toString url)
, __impure ? false
, impure ? false
}:
derivation ({