blob: f16ae901ccec3fb8de61045eb3f78e077ef3b48d (
plain)
1
2
3
4
5
6
7
8
|
# Release X.Y (202?-??-??)
* `nix repl` has a new build-'n-link (`:bl`) command that builds a derivation
while creating GC root symlinks.
* The path produced by `builtins.toFile` is now allowed to be imported or read
even with restricted evaluation. Note that this will not work with a
read-only store.
|