11 lines
190 B
Nix
11 lines
190 B
Nix
{...}: {
|
|
config = {
|
|
nix.settings = {
|
|
experimental-features = ["nix-command" "flakes"];
|
|
auto-optimise-store = true;
|
|
max-jobs = "auto";
|
|
cores = 12;
|
|
};
|
|
};
|
|
}
|