diff --git a/flake.nix b/flake.nix index be1350a..f8f492d 100644 --- a/flake.nix +++ b/flake.nix @@ -67,6 +67,7 @@ buildInputs = with pkgs; [ gnumake hugo + openssh ]; inherit (self.checks.${system}.pre-commit) shellHook;