summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@nullring.xyz>2026-03-04 16:41:18 -0800
committerPreston Pan <ret2pop@nullring.xyz>2026-03-04 16:41:18 -0800
commit8221dc66babca82105220329ea329367e1ffed5c (patch)
tree84917781d71e18352f2a0efd65b41ec6374f8757 /flake.nix
parentc2d9c8f7801e77f124cc55e4a58073aa6bb34e01 (diff)
fix dead links
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