create /tmp folder for the update
This commit is contained in:
parent
41f3742f3c
commit
0cd7431758
1 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,8 @@ pipeline:
|
||||||
trusted-users = @wheel
|
trusted-users = @wheel
|
||||||
experimental-features = nix-command flakes ca-derivations
|
experimental-features = nix-command flakes ca-derivations
|
||||||
EOF
|
EOF
|
||||||
|
- mkdir /tmp
|
||||||
|
- chmod 1777 /tmp
|
||||||
- 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