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
|
openssh
|
||||||
nodejs
|
nodejs
|
||||||
gnupg
|
gnupg
|
||||||
|
|
||||||
|
# Needed for GitLab project imports
|
||||||
|
gnutar
|
||||||
|
gzip
|
||||||
];
|
];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "simple";
|
Type = "simple";
|
||||||
|
|
Loading…
Reference in New Issue