mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
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.
This commit is contained in:
parent
2e606e87c4
commit
b6cc0a704d
4 changed files with 48 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue