Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-22 | Replace defaultBla.$system with bla.$system.default | Eelco Dolstra | |
This also simplifies some InstallableFlake logic and fixes 'nix bundle' parsing its installable twice. Fixes #5532. | |||
2022-01-22 | tests: skip flake search test if no git is present | Florian Franzen | |
2022-01-14 | Check that we don't search past a git repo | Alexander Bantyev | |
2022-01-14 | Add more tests for flake upward searching | Alexander Bantyev | |
2021-12-03 | flakes: search up to git or filesystem boundary | Tom Bereknyei | |
While parsing a flakeref, upon not finding a flake.nix, search upwards until git or filesystem boundary. |