gitlab-runner-cacher: explicitly add git and heptapod-runner-mercurial to the PATH
This commit is contained in:
parent
e9a89fd796
commit
aad93631ca
1 changed files with 4 additions and 0 deletions
|
@ -26,6 +26,10 @@
|
|||
gracefulTermination = true;
|
||||
gracefulTimeout = "4min";
|
||||
package = depot.nix.pkgs.heptapod-runner;
|
||||
extraPackages = with pkgs; [
|
||||
git
|
||||
depot.nix.pkgs.heptapod-runner-mercurial
|
||||
];
|
||||
};
|
||||
users.users.gitlab-runner = {
|
||||
isNormalUser = true;
|
||||
|
|
Loading…
Reference in a new issue