From 22a69f8bef9f40a5a69c21c4f59af99db3d08e33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Mon, 10 Apr 2023 14:50:17 +0100 Subject: [PATCH] what the fuck is wrong lol --- .woodpecker/update.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.woodpecker/update.yaml b/.woodpecker/update.yaml index ab6d1d3..1cf3b5f 100644 --- a/.woodpecker/update.yaml +++ b/.woodpecker/update.yaml @@ -57,9 +57,9 @@ pipeline: trusted-users = @wheel experimental-features = nix-command flakes ca-derivations EOF - - rm -rf /tmp - - mkdir -p /tmp - - chmod 1777 /tmp + - mkdir -p /tmp2 + - chmod 1777 /tmp2 + - export TMPDIR=/tmp2 - yes '' | nix-shell ./scripts/update.nix --argstr max-workers 1 when: - event: cron