Light refactor, enable parallelism for nix building, builders use substitute and make sure darwin has the same benefits as linux

This commit is contained in:
Martin Larsson 2025-07-15 15:52:06 +02:00
parent 3683e93dbc
commit 1cfdfda52d
3 changed files with 28 additions and 17 deletions

View file

@ -96,12 +96,7 @@
inherit system;
pkgs = pkgs;
modules = [
{
nix.settings.experimental-features = "nix-command flakes";
environment.systemPackages = with pkgs; [
vim
];
}
./nix/system/common/nix.nix
./nix/system/local.nix
] ++ extraModules;