From 185e00e77e05f7fd905962d0555eba9887a8b14a Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 4 Jul 2024 13:57:59 -0700 Subject: check for broken links --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') 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 ]; }; }); } -- cgit 1.4.1