summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 1b88f90..a1328d3 100644
--- a/flake.nix
+++ b/flake.nix
@@ -38,7 +38,6 @@ fi
RESULT_PATH=$(nix build .#website --no-link --print-out-paths)
if [ -d "$RESULT_PATH" ]; then
echo "Running lychee link check..."
- # TODO
else
echo "Website build failed, skipping lychee."
exit 1