mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
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
1 changed files with 4 additions and 0 deletions
|
@ -673,6 +673,10 @@ in {
|
|||
openssh
|
||||
nodejs
|
||||
gnupg
|
||||
|
||||
# Needed for GitLab project imports
|
||||
gnutar
|
||||
gzip
|
||||
];
|
||||
serviceConfig = {
|
||||
Type = "simple";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue