diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-07-04 13:57:59 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2024-07-04 13:57:59 -0700 |
| commit | 185e00e77e05f7fd905962d0555eba9887a8b14a (patch) | |
| tree | ee32998541716551e7b5f8488c18ac99fef18f9e /flake.nix | |
| parent | add GHA check (diff) | |
| download | fcuny.net-185e00e77e05f7fd905962d0555eba9887a8b14a.tar.gz | |
check for broken links
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ]; }; }); } |
