forked from lix-project/lix
release-notes/rl-next.md: note new argument to fetchurl.nix
This commit is contained in:
parent
fb985f855c
commit
ad5b09423a
|
@ -1,2 +1,7 @@
|
|||
# Release X.Y (202?-??-??)
|
||||
|
||||
* `<nix/fetchurl.nix>` now accepts an additional argument `impure` which
|
||||
defaults to `false`. If it is set to `true`, the `hash` and `sha256`
|
||||
arguments will be ignored and the resulting derivation will have
|
||||
`__impure` set to `true`, making it an impure derivation.
|
||||
|
||||
|
|
Loading…
Reference in a new issue