mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
fetchurl: Fix typo in comment (close #2591)
This commit is contained in:
parent
5112e6476b
commit
f40db99c7b
|
@ -64,7 +64,7 @@ in
|
|||
, recursiveHash ? false
|
||||
|
||||
, # Shell code executed after the file has been fetched
|
||||
# succesfully. This can do things like check or transform the file.
|
||||
# successfully. This can do things like check or transform the file.
|
||||
postFetch ? ""
|
||||
|
||||
, # Whether to download to a temporary path rather than $out. Useful
|
||||
|
|
Loading…
Reference in a new issue