WIP: nix: add openssh/rsync to dev shell

This commit is contained in:
Bruno BELANYI 2021-08-08 16:43:33 +02:00
parent b743fb2e68
commit e456e8977b

View file

@ -67,6 +67,8 @@
buildInputs = with pkgs; [ buildInputs = with pkgs; [
gnumake gnumake
hugo hugo
openssh
rsync
]; ];
inherit (self.checks.${system}.pre-commit) shellHook; inherit (self.checks.${system}.pre-commit) shellHook;