fixup! feat(nix-settings): use unstable's nixUnstable (which ironically is the latest release)

This commit is contained in:
steveej 2024-04-18 17:26:54 +02:00
parent 798396826f
commit 4f54a8df43

View file

@ -3,7 +3,9 @@
pkgs,
lib,
...
}: {
}: let
pkgsUnstable = import nodeFlake.inputs.nixpkgs-unstable {inherit (pkgs) system config;};
in {
nix.daemonCPUSchedPolicy = "idle";
nix.daemonIOSchedClass = "idle";
nix.settings.max-jobs = lib.mkDefault "auto";