summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@nullring.xyz>2026-03-04 01:59:52 -0800
committerPreston Pan <ret2pop@nullring.xyz>2026-03-04 01:59:52 -0800
commit2198786432996fcfe69081bcb6625d7a3ec7ed37 (patch)
tree8785dcec7dc13effbac329eb0220de032c87788c /flake.nix
parentae6812767c6fcfe202d5904996b0a49e58461593 (diff)
remove lychee for now
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/flake.nix b/flake.nix
index c7b5186..4041f7a 100644
--- a/flake.nix
+++ b/flake.nix
@@ -37,11 +37,7 @@ fi
RESULT_PATH=$(nix build .#website --no-link --print-out-paths)
if [ -d "$RESULT_PATH" ]; then
echo "Running lychee link check..."
- mkdir -p results
- # Run lychee on the output directory
- # --output results/lychee_report.md (or .txt, .json)
- ${pkgs.lychee}/bin/lychee "$RESULT_PATH" \
- --verbose || echo "Lychee found broken links."
+ # TODO
else
echo "Website build failed, skipping lychee."
exit 1