fixup! feat(nix-settings): use unstable's nixUnstable (which ironically is the latest release)
This commit is contained in:
parent
798396826f
commit
4f54a8df43
1 changed files with 3 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue