2021-12-13 15:48:44 +00:00
|
|
|
# Release X.Y (202?-??-??)
|
2021-12-21 13:19:21 +00:00
|
|
|
|
2022-09-26 18:55:56 +00:00
|
|
|
* The `repeat` and `enforce-determinism` options have been removed
|
|
|
|
since they had been broken under many circumstances for a long time.
|
2022-12-07 14:23:01 +00:00
|
|
|
|
|
|
|
* 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
|
|
|
|
```
|