Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

nixos/gitlab: Add gnutar and gzip to gitlab-sidekiq's path

Tar and gzip are needed when importing GitLab project exports.

(cherry picked from commit aceac9d531b72a49546f743ef96ee515770295c9)

authored by

talyz and committed by
Florian Klink
4d53b8e3 d9880900

+4
+4
nixos/modules/services/misc/gitlab.nix
··· 547 openssh 548 nodejs 549 gnupg 550 ]; 551 serviceConfig = { 552 Type = "simple";
··· 547 openssh 548 nodejs 549 gnupg 550 + 551 + # Needed for GitLab project imports 552 + gnutar 553 + gzip 554 ]; 555 serviceConfig = { 556 Type = "simple";