🚧 downsize cores
Some checks failed
Build all NixOS Configurations / nix build (push) Failing after 13m25s

This commit is contained in:
Ingolf Wagner 2024-12-23 10:19:50 +07:00
parent 3a849f8126
commit a53d1d74c6
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -277,7 +277,7 @@
];
# https://nix.dev/manual/nix/2.17/advanced-topics/cores-vs-jobs
nix.settings.max-jobs = 1;
nix.settings.cores = 4;
nix.settings.cores = 1;
# no channesl needed this way
nix.nixPath = [ "nixpkgs=${pkgs.path}" ];