aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2019-06-04 20:33:49 +0200
committerEelco Dolstra <edolstra@gmail.com>2019-06-04 20:33:49 +0200
commit4ec1a9ab40705b651fe4b2ef6186c0a6ae279681 (patch)
tree9bb7d8813e119397ed8795b7919dd29451aa8588
parent5fe7be2409966d673d59d049c3fc6e7710d03b53 (diff)
Fix test
-rw-r--r--tests/flakes.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/flakes.sh b/tests/flakes.sh
index f44b9509f..f9f8e5272 100644
--- a/tests/flakes.sh
+++ b/tests/flakes.sh
@@ -245,6 +245,8 @@ git -C $flake3Dir commit -m 'Add 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
+git -C $flake3Dir commit -m 'Update nonFlakeInputs'
+
# Check whether flake input fetching is lazy: flake3:sth does not
# depend on flake2, so this shouldn't fail.
rm -rf $TEST_HOME/.cache