diff options
author | Adam Joseph <54836058+amjoseph-nixpkgs@users.noreply.github.com> | 2022-09-16 08:51:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-16 08:51:14 +0000 |
commit | 673fd21b7c12b3b0a7fd7e0c9c78caefd8906836 (patch) | |
tree | aa145c4b0c7858c324791044a988befdcfd7d114 | |
parent | b3550d9179611692a4e27fbe4e5f493f4e8713e3 (diff) |
Update src/libexpr/fetchurl.nix
Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
-rw-r--r-- | src/libexpr/fetchurl.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexpr/fetchurl.nix b/src/libexpr/fetchurl.nix index 38815fcc4..b487e959a 100644 --- a/src/libexpr/fetchurl.nix +++ b/src/libexpr/fetchurl.nix @@ -12,7 +12,7 @@ , executable ? false , unpack ? false , name ? baseNameOf (toString url) -, __impure ? false +, impure ? false }: derivation ({ |