diff options
author | Théophane Hufschmitt <7226587+thufschmitt@users.noreply.github.com> | 2022-01-18 10:59:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-18 10:59:12 +0100 |
commit | dc4730ee943d0e374d44e5370f72f1c78a7f6a6e (patch) | |
tree | 3a83cfd5786ee08177ab0041d015aaf97e3eff1c /doc | |
parent | fc2443a67caa139fdfb0fa0fccf3d777d736ffe9 (diff) | |
parent | 5753f6efbb46ea172913d03d0b0988546ff4971f (diff) |
Merge pull request #5720 from tomberek/flake_search
flakes: search up to git or filesystem boundary
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/src/release-notes/rl-next.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/manual/src/release-notes/rl-next.md b/doc/manual/src/release-notes/rl-next.md index a516887b1..f51969ced 100644 --- a/doc/manual/src/release-notes/rl-next.md +++ b/doc/manual/src/release-notes/rl-next.md @@ -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 |