aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2022-07-12 11:22:35 +0200
committerMaximilian Bosch <maximilian@mbosch.me>2022-07-12 11:22:35 +0200
commit411111a3bc0e47520797106e1697aaa11631a101 (patch)
treef3b172f4459418dcf3620c2a5530783e6cd43efd /tests
parentc1c37f32002e2e2ad167bcac2e5d76a3a3ad6a35 (diff)
Turn error for non-existant follows into a warning
Diffstat (limited to 'tests')
-rw-r--r--tests/flakes.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/flakes.sh b/tests/flakes.sh
index 868c410f4..9087e1978 100644
--- a/tests/flakes.sh
+++ b/tests/flakes.sh
@@ -877,4 +877,4 @@ EOF
git -C $flakeFollowsA add flake.nix
-nix flake lock $flakeFollowsA 2>&1 | grep "error: B has a \`follows'-declaration for a non-existant input invalid!"
+nix flake lock $flakeFollowsA 2>&1 | grep "warning: B has a \`follows'-declaration for a non-existant input invalid!"