mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-27 16:16:16 +02:00
40052c7613
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
566 B
566 B
Release X.Y (202?-??-??)
nix-channel
now supports a--list-generations
subcommand
- The function
builtins.fetchClosure
can now fetch input-addressed paths in pure evaluation mode, as those are not impure.
- Nix now allows unprivileged/
allowed-users
to sign paths. Previously, onlytrusted-users
users could sign paths.