Allow builders to fetch built artifacts

This commit is contained in:
Natsu Kagami 2025-05-04 10:54:48 -04:00
parent ab0e98449f
commit 9edcc20f39
Signed by: nki
GPG key ID: 55A032EB38B49ADB

View file

@ -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} = {