forked from lix-project/lix
Fix test
This commit is contained in:
parent
5fe7be2409
commit
4ec1a9ab40
|
@ -245,6 +245,8 @@ git -C $flake3Dir commit -m 'Add nonFlakeInputs'
|
||||||
# Check whether `nix build` works with a lockfile which is missing a nonFlakeInputs
|
# Check whether `nix build` works with a lockfile which is missing a nonFlakeInputs
|
||||||
nix build -o $TEST_ROOT/result --flake-registry $registry $flake3Dir:sth
|
nix build -o $TEST_ROOT/result --flake-registry $registry $flake3Dir:sth
|
||||||
|
|
||||||
|
git -C $flake3Dir commit -m 'Update nonFlakeInputs'
|
||||||
|
|
||||||
# Check whether flake input fetching is lazy: flake3:sth does not
|
# Check whether flake input fetching is lazy: flake3:sth does not
|
||||||
# depend on flake2, so this shouldn't fail.
|
# depend on flake2, so this shouldn't fail.
|
||||||
rm -rf $TEST_HOME/.cache
|
rm -rf $TEST_HOME/.cache
|
||||||
|
|
Loading…
Reference in a new issue