Compare commits

..

1 Commits

Author SHA1 Message Date
c00fd4006d Unlock gitlab-runner to use in multiple projects
Fixes: rarias/jungle#241
2026-03-11 17:08:07 +01:00

View File

@@ -61,6 +61,8 @@
registrationFlags = [
# Increase build log length to 64 MiB
"--output-limit 65536"
# Allow the runner to be used in multiple projects
"--locked=false"
];
preBuildScript = pkgs.writeScript "setup-container" ''
mkdir -p -m 0755 /nix/var/log/nix/drvs