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

View File

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