lix/doc/manual/src/release-notes/rl-next.md

8 lines
386 B
Markdown
Raw Normal View History

2021-12-13 15:48:44 +00:00
# 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.
* Allow explicitly selecting outputs with *store derivations* installable syntax too.