From e456e8977bb67b9d965f9ac92cac178853c876bc Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sun, 8 Aug 2021 16:43:33 +0200 Subject: [PATCH] WIP: nix: add openssh/rsync to dev shell --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) 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;