nixos/gitlab: Add gnutar and gzip to gitlab-sidekiq's path

Tar and gzip are needed when importing GitLab project exports.
This commit is contained in:
talyz
2019-09-17 09:27:16 +02:00
parent 37dac3d240
commit aceac9d531
+4
View File
@@ -673,6 +673,10 @@ in {
openssh
nodejs
gnupg
# Needed for GitLab project imports
gnutar
gzip
];
serviceConfig = {
Type = "simple";