lix/doc/manual/src/release-notes/rl-next.md
Théophane Hufschmitt dc4730ee94
Merge pull request #5720 from tomberek/flake_search
flakes: search up to git or filesystem boundary
2022-01-18 10:59:12 +01:00

559 B

Release X.Y (202?-??-??)

  • The Nix cli now searches for a flake.nix up until the root of the current git repository or a filesystem boundary rather than just in the current directory
  • The TOML parser used by builtins.fromTOML has been replaced by a more compliant one.
  • Added :st/:show-trace commands to nix repl, which are used to set or toggle display of error traces.
  • New builtin function builtins.zipAttrsWith with same functionality as lib.zipAttrsWith from nixpkgs, but much more efficient.