1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 14:21:48 +02:00

Merge branch 'store-visited' of https://github.com/mkenigs/nix into flakes

This commit is contained in:
Eelco Dolstra 2020-05-28 12:15:39 +02:00
commit c3eff22f46
2 changed files with 12 additions and 3 deletions

View file

@ -661,3 +661,6 @@ sed -i $flakeB/flake.nix -e 's/456/789/'
git -C $flakeB commit -a -m 'Foo'
[[ $(nix eval --update-input b $flakeA#foo) = 1912 ]]
# Test list-inputs with circular dependencies
nix flake list-inputs $flakeA