Allow builders to fetch built artifacts
This commit is contained in:
parent
ab0e98449f
commit
9edcc20f39
1 changed files with 3 additions and 0 deletions
|
@ -49,6 +49,9 @@ in
|
|||
}
|
||||
// host.builder
|
||||
) otherBuilders;
|
||||
nix.extraOptions = ''
|
||||
builders-use-substitutes = true
|
||||
''; # allow builders to fetch built artifacts
|
||||
|
||||
users = mkIf (isBuilder host) {
|
||||
users.${build-user} = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue