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:
parent
37dac3d240
commit
aceac9d531
|
@ -673,6 +673,10 @@ in {
|
|||
openssh
|
||||
nodejs
|
||||
gnupg
|
||||
|
||||
# Needed for GitLab project imports
|
||||
gnutar
|
||||
gzip
|
||||
];
|
||||
serviceConfig = {
|
||||
Type = "simple";
|
||||
|
|
Loading…
Reference in New Issue