1
0
Fork 0

Switch back to default nix packages as it is newer.

This commit is contained in:
Kevin Baensch 2023-01-29 14:13:13 +01:00
parent c4d5212662
commit 9b23ce0e31
Signed by: derped
GPG Key ID: C0F1D326C7626543
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ let
cfg = config.machine;
in {
nix = {
package = pkgs.nix_2_4;
package = pkgs.nix;
settings = {
max-jobs = 4;
cores = 1;