what the fuck is wrong lol
This commit is contained in:
parent
093c882958
commit
22a69f8bef
1 changed files with 3 additions and 3 deletions
|
@ -57,9 +57,9 @@ pipeline:
|
||||||
trusted-users = @wheel
|
trusted-users = @wheel
|
||||||
experimental-features = nix-command flakes ca-derivations
|
experimental-features = nix-command flakes ca-derivations
|
||||||
EOF
|
EOF
|
||||||
- rm -rf /tmp
|
- mkdir -p /tmp2
|
||||||
- mkdir -p /tmp
|
- chmod 1777 /tmp2
|
||||||
- chmod 1777 /tmp
|
- export TMPDIR=/tmp2
|
||||||
- yes '' | nix-shell ./scripts/update.nix --argstr max-workers 1
|
- yes '' | nix-shell ./scripts/update.nix --argstr max-workers 1
|
||||||
when:
|
when:
|
||||||
- event: cron
|
- event: cron
|
||||||
|
|
Reference in a new issue