marisa: add user bat
Signed-off-by: natto1784 <singh.amneesh1784@gmail.com>
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
package = pkgs.nixUnstable;
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
builders-use-substitutes = true
|
||||
'';
|
||||
settings.trusted-users = [ "root" ];
|
||||
buildMachines = [{
|
||||
@@ -48,8 +49,5 @@
|
||||
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
|
||||
}];
|
||||
distributedBuilds = true;
|
||||
extraOptions = ''
|
||||
builders-use-substitutes = true
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user