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