nixUtils: migrated some options into a hostsModulle

This commit is contained in:
2026-05-17 09:39:19 +02:00
parent af88bd7bb7
commit 9a589e2f18
3 changed files with 10 additions and 4 deletions
+8
View File
@@ -0,0 +1,8 @@
{
...
}:
{
# nixpkgs-review crashed my laptop multiple times.
nix.settings.max-jobs = 2;
nix.settings.cores = 2;
}