nix: add rsync to dev shell
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Bruno BELANYI 2021-08-08 16:45:53 +02:00
parent cd808f311a
commit ff389ba1fa

View file

@ -68,6 +68,7 @@
gnumake
hugo
openssh
rsync
];
inherit (self.checks.${system}.pre-commit) shellHook;