1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 22:50:49 +00:00

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";