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-16 16:22:18 +02:00
parent 37dac3d240
commit aceac9d531
1 changed files with 4 additions and 0 deletions

View File

@ -673,6 +673,10 @@ in {
openssh openssh
nodejs nodejs
gnupg gnupg
# Needed for GitLab project imports
gnutar
gzip
]; ];
serviceConfig = { serviceConfig = {
Type = "simple"; Type = "simple";