aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTom Bereknyei <tomberek@gmail.com>2021-12-03 10:53:41 -0500
committerTom Bereknyei <tomberek@gmail.com>2021-12-03 10:55:30 -0500
commitb6cc0a704d8c1432e230ff65d4b74ea7114a730b (patch)
tree4e7ac9e3b2fd049fa8a605fd4495ea4de56c4332 /doc
parent2e606e87c44a8dc42664f8938eac1d4b63047dd6 (diff)
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/src/release-notes/rl-next.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/manual/src/release-notes/rl-next.md b/doc/manual/src/release-notes/rl-next.md
index a6b22dfa7..2826fc8be 100644
--- a/doc/manual/src/release-notes/rl-next.md
+++ b/doc/manual/src/release-notes/rl-next.md
@@ -8,3 +8,5 @@
* 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.