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
|
||||
experimental-features = nix-command flakes ca-derivations
|
||||
EOF
|
||||
- mkdir /tmp
|
||||
- chmod 1777 /tmp
|
||||
- yes '' | nix-shell ./scripts/update.nix --argstr max-workers 1
|
||||
when:
|
||||
- event: cron
|
||||
|
|
Reference in a new issue