From ff389ba1fab2cf67c367b14a98b185386e21062b Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sun, 8 Aug 2021 16:45:53 +0200 Subject: [PATCH] nix: add rsync to dev shell --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index f8f492d..1f8c11c 100644 --- a/flake.nix +++ b/flake.nix @@ -68,6 +68,7 @@ gnumake hugo openssh + rsync ]; inherit (self.checks.${system}.pre-commit) shellHook;