marukuru/deployer: add rsync

This commit is contained in:
Luke Granger-Brown 2020-09-07 11:05:24 +00:00
parent 03e5dbd72e
commit 96f736ab7e

View file

@ -196,7 +196,7 @@ in {
chmod -R u=rwX,go= /srv/gitlab-runner/.ssh
'';
environment.systemPackages = with pkgs; [
vim rxvt_unicode.terminfo
vim rxvt_unicode.terminfo rsync
depot.nix.pkgs.heptapod-runner-mercurial
];
};