nixos/gitlab: Add gnutar and gzip to gitlab-sidekiq's path (#68908)

nixos/gitlab: Add gnutar and gzip to gitlab-sidekiq's path
This commit is contained in:
Florian Klink 2019-09-23 06:40:52 +02:00 committed by GitHub
commit 6262e83f5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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