summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlexander Sieg <alex@xanderio.de>2023-07-04 18:57:19 +0200
committerGitHub <noreply@github.com>2023-07-04 18:57:19 +0200
commit8934558abf86544fa8e77b137398f906478c9abf (patch)
treedf3903d6c335da00eda754e50b80ae932e372fba
parent56d53530792027626e0aace68becf230a3956909 (diff)
downloadnixpkgs-8934558abf86544fa8e77b137398f906478c9abf.tar
nixpkgs-8934558abf86544fa8e77b137398f906478c9abf.tar.gz
nixpkgs-8934558abf86544fa8e77b137398f906478c9abf.tar.bz2
nixpkgs-8934558abf86544fa8e77b137398f906478c9abf.tar.lz
nixpkgs-8934558abf86544fa8e77b137398f906478c9abf.tar.xz
nixpkgs-8934558abf86544fa8e77b137398f906478c9abf.tar.zst
nixpkgs-8934558abf86544fa8e77b137398f906478c9abf.zip
nixos/gitlab: fix unit test result display (#241322)
After the update to GitLab 16 the puma worker needs `gzip` in it's PATH
in order to junit test results.
-rw-r--r--nixos/modules/services/misc/gitlab.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/misc/gitlab.nix b/nixos/modules/services/misc/gitlab.nix
index 8958d375b2b..8967f7e1dda 100644
--- a/nixos/modules/services/misc/gitlab.nix
+++ b/nixos/modules/services/misc/gitlab.nix
@@ -1644,6 +1644,7 @@ in {
         nodejs
         procps
         gnupg
+        gzip
       ];
       serviceConfig = {
         Type = "notify";