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:
commit
dc4730ee94
6 changed files with 110 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue