configure nix cores and max jobs

This commit is contained in:
Nathan McCarty 2022-09-20 13:12:24 -04:00
parent b26bc9b566
commit ec851261fc
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 6 additions and 0 deletions

View File

@ -91,4 +91,10 @@
];
};
};
# Configure nix build
nix.settings = {
cores = 6;
max-jobs = 6;
};
}