gitlab-runner-cacher: explicitly add git and heptapod-runner-mercurial to the PATH

This commit is contained in:
Luke Granger-Brown 2024-03-02 13:33:27 +00:00
parent e9a89fd796
commit aad93631ca

View file

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