Skip to content

Commit

Permalink
darwin/nix: disable linux-builder
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Dec 28, 2024
1 parent df823b2 commit 9c818c8
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions modules/darwin/nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,19 @@ in
};

linux-builder = {
enable = true;
ephemeral = true;
maxJobs = 4;
speedFactor = 15;
supportedFeatures = [
"big-parallel"
"nixos-test"
];
config = {
virtualisation.darwin-builder.memorySize = 8 * 1024;
virtualisation.cores = 8;
};
# NOTE: Using rosetta builder requires initialization with an existing linux-builder
# enable = true;
# NOTE: disable customizations on new installations otherwise linux-builder wont work
# ephemeral = true;
# speedFactor = 15;
# supportedFeatures = [
# "big-parallel"
# "nixos-test"
# ];
# config = {
# virtualisation.darwin-builder.memorySize = 8 * 1024;
# virtualisation.cores = 8;
# };
};

optimise = {
Expand Down

0 comments on commit 9c818c8

Please sign in to comment.