From acaba31d8f35f640e21a88f1c0719f74b3146568 Mon Sep 17 00:00:00 2001 From: Antoine Eiche Date: Thu, 14 Oct 2021 09:07:32 +0200 Subject: [PATCH] docs: fix the test which could never fail --- flake.nix | 1 + 1 file changed, 1 insertion(+) 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 '';