nix-super/doc/manual/src/release-notes/rl-next.md
Tom Bereknyei b6cc0a704d flakes: search up to git or filesystem boundary
While parsing a flakeref, upon not finding a flake.nix, search upwards
until git or filesystem boundary.
2021-12-03 10:55:30 -05:00

414 B

Release 2.5 (2021-XX-XX)

  • Binary cache stores now have a setting compression-level.

  • nix develop now has a flag --unpack to run unpackPhase.

  • Lists can now be compared lexicographically using the < operator.

  • New built-in function: builtins.groupBy, with the same functionality as Nixpkgs' lib.groupBy, but faster.

  • Nix now searches for a flake.nix up until git or filesystem boundary.