this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: disable NixOS builder

+1 -1
+1 -1
hosts/modules/builders.nix
··· 6 6 pkgs-stable = inputs.darwin-stable.legacyPackages.${pkgs.stdenv.hostPlatform.system}; 7 7 in { 8 8 nix.linux-builder = { 9 - enable = true; 9 + enable = false; 10 10 package = pkgs-stable.darwin.linux-builder; 11 11 ephemeral = true; 12 12 maxJobs = 4;