mirror of
https://github.com/NixOS/nix.git
synced 2025-11-24 19:29:36 +01:00
451 B
451 B
Release X.Y (202?-??-??)
-
nix replhas a new build-'n-link (:bl) command that builds a derivation while creating GC root symlinks. -
The path produced by
builtins.toFileis now allowed to be imported or read even with restricted evaluation. Note that this will not work with a read-only store. -
nix buildhas a new--print-out-pathsflag to print the resulting output paths. This matches the default behaviour ofnix-build.