Merge pull request 'create /tmp folder for the update' (#7) from fix-update-script into main
Reviewed-on: #7
This commit is contained in:
commit
19b0699401
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