about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-07-04 13:57:59 -0700
committerFranck Cuny <franck@fcuny.net>2024-07-04 13:57:59 -0700
commit185e00e77e05f7fd905962d0555eba9887a8b14a (patch)
treeee32998541716551e7b5f8488c18ac99fef18f9e /flake.nix
parentadd GHA check (diff)
downloadfcuny.net-185e00e77e05f7fd905962d0555eba9887a8b14a.tar.gz
check for broken links
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 4e42cae..ac945a4 100644
--- a/flake.nix
+++ b/flake.nix
@@ -61,7 +61,7 @@
 
         devShells.default = pkgs.mkShell {
           inherit (self.checks.${system}.pre-commit-check) shellHook;
-          buildInputs = with pkgs; [ zola git treefmt ];
+          buildInputs = with pkgs; [ zola git treefmt lychee ];
         };
       });
 }