summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorMichał Pałka <michal.palka@chalmers.se>2017-05-12 06:52:33 +0000
committerMichał Pałka <michal.palka@chalmers.se>2017-05-12 06:52:33 +0000
commit8aa756b64a8370f032e4d96c495d232930eebf73 (patch)
treea2e8600caf00ed35f7c9ea8c169c45843373c71c /nixos
parentc58aa3a508538d367a169d4ae09458ce2ac98440 (diff)
downloadnixpkgs-8aa756b64a8370f032e4d96c495d232930eebf73.tar
nixpkgs-8aa756b64a8370f032e4d96c495d232930eebf73.tar.gz
nixpkgs-8aa756b64a8370f032e4d96c495d232930eebf73.tar.bz2
nixpkgs-8aa756b64a8370f032e4d96c495d232930eebf73.tar.lz
nixpkgs-8aa756b64a8370f032e4d96c495d232930eebf73.tar.xz
nixpkgs-8aa756b64a8370f032e4d96c495d232930eebf73.tar.zst
nixpkgs-8aa756b64a8370f032e4d96c495d232930eebf73.zip
gitlab service: fix uploading artifacts from gitlab-runner
Add the binaries from gitlab-workhorse to the path of the
gitlab-workhorse service, as gitlab-zip-metadata is needed
by the service
Diffstat (limited to 'nixos')
-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 ee881edb5ab..0ed5a539e7d 100644
--- a/nixos/modules/services/misc/gitlab.nix
+++ b/nixos/modules/services/misc/gitlab.nix
@@ -440,6 +440,7 @@ in {
       path = with pkgs; [
         gitAndTools.git
         openssh
+        gitlab-workhorse
       ];
       preStart = ''
         mkdir -p /run/gitlab