nix-super/doc/manual/src/release-notes/rl-next.md

14 lines
432 B
Markdown
Raw Normal View History

2021-12-13 17:48:44 +02:00
# Release X.Y (202?-??-??)
2021-12-21 15:19:21 +02:00
* The `repeat` and `enforce-determinism` options have been removed
since they had been broken under many circumstances for a long time.
* You can now use flake references in the old CLI, e.g.
```
# nix-build flake:nixpkgs -A hello
# nix-build -I nixpkgs=flake:github:NixOS/nixpkgs/nixos-22.05 \
'<nixpkgs>' -A hello
# NIX_PATH=nixpkgs=flake:nixpkgs nix-build '<nixpkgs>' -A hello
```