1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-29 02:11:15 +02:00

Merge pull request #5720 from tomberek/flake_search

flakes: search up to git or filesystem boundary
This commit is contained in:
Théophane Hufschmitt 2022-01-18 10:59:12 +01:00 committed by GitHub
commit dc4730ee94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 110 additions and 12 deletions

View file

@ -1,5 +1,6 @@
# 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](https://github.com/ToruNiina/toml11).
* Added `:st`/`:show-trace` commands to nix repl, which are used to