aboutsummaryrefslogtreecommitdiff
path: root/tests/flake-searching.sh
AgeCommit message (Collapse)Author
2022-02-22Replace defaultBla.$system with bla.$system.defaultEelco Dolstra
This also simplifies some InstallableFlake logic and fixes 'nix bundle' parsing its installable twice. Fixes #5532.
2022-01-22tests: skip flake search test if no git is presentFlorian Franzen
2022-01-14Check that we don't search past a git repoAlexander Bantyev
2022-01-14Add more tests for flake upward searchingAlexander Bantyev
2021-12-03flakes: search up to git or filesystem boundaryTom Bereknyei
While parsing a flakeref, upon not finding a flake.nix, search upwards until git or filesystem boundary.