summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Eiche <lewo@abesis.fr>2021-10-14 09:07:32 +0200
committerAntoine Eiche <lewo@abesis.fr>2021-10-14 09:07:32 +0200
commitacaba31d8f35f640e21a88f1c0719f74b3146568 (patch)
tree6ce26b46759d9bf58e5876d258549df2750f1481
parent74bb22799017b22b64fa4aa1a0ea46b8377d48e6 (diff)
docs: fix the test which could never failfix-doc-test
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index ef764b5..7d6dc4c 100644
--- a/flake.nix
+++ b/flake.nix
@@ -84,6 +84,7 @@
then
echo "The file ./docs/options.rst is not up-to-date and needs to be regenerated!"
echo " hint: run 'nix-shell --run generate-rst-options' to generate this file"
+ exit 1
fi
echo "test: ok" > $out
'';