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; gracefulTermination = true;
gracefulTimeout = "4min"; gracefulTimeout = "4min";
package = depot.nix.pkgs.heptapod-runner; package = depot.nix.pkgs.heptapod-runner;
extraPackages = with pkgs; [
git
depot.nix.pkgs.heptapod-runner-mercurial
];
}; };
users.users.gitlab-runner = { users.users.gitlab-runner = {
isNormalUser = true; isNormalUser = true;