From 22dc422b6308e54973c3fa33a70ba39cd0096e6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Fri, 30 May 2025 17:05:29 -0300 Subject: [PATCH] gitlab-runner: fix broken cache config --- system/gitlab-runner.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/gitlab-runner.nix b/system/gitlab-runner.nix index e450b5e..8db526f 100644 --- a/system/gitlab-runner.nix +++ b/system/gitlab-runner.nix @@ -42,8 +42,8 @@ in "/tmp:/tmp" "/var/run/docker.sock:/var/run/docker.sock" "/var/lib/docker/containers:/var/lib/docker/containers" - "/cache" ]; + dockerDisableCache = true; preBuildScript = "\". ${lib.getExe installNixScript}\""; environmentVariables = { ENV = "/etc/profile";