From e19b35687b444421ab318cb39b5070262b4a58e3 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Fri, 8 Jul 2022 14:16:36 +0200 Subject: Update --- flake.lock | 18 +++++++++--------- hosts/configuration.nix | 6 ++++-- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/flake.lock b/flake.lock index fa9070a..eb9fa4b 100644 --- a/flake.lock +++ b/flake.lock @@ -8,11 +8,11 @@ "utils": "utils" }, "locked": { - "lastModified": 1656927578, - "narHash": "sha256-ZSFrM/1PlJOqCb3mN88ZUh9dkQvNLU/nkoQ2tu02/FM=", + "lastModified": 1657241847, + "narHash": "sha256-/aN3p2LaRNVXf7w92GWgXq9H5f23YRQPOvsm3BrBqzU=", "owner": "nix-community", "repo": "home-manager", - "rev": "f2445620d177e295e711c1b2bc6c01ed6df26c16", + "rev": "8160b3b45b8457d58d2b3af2aeb2eb6f47042e0f", "type": "github" }, "original": { @@ -39,11 +39,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1656753965, - "narHash": "sha256-BCrB3l0qpJokOnIVc3g2lHiGhnjUi0MoXiw6t1o8H1E=", + "lastModified": 1657114324, + "narHash": "sha256-fWuaUNXrHcz/ciHRHlcSO92dvV3EVS0GJQUSBO5JIB4=", "owner": "nixos", "repo": "nixpkgs", - "rev": "0ea7a8f1b939d74e5df8af9a8f7342097cdf69eb", + "rev": "a5c867d9fe9e4380452628e8f171c26b69fa9d3d", "type": "github" }, "original": { @@ -55,11 +55,11 @@ }, "nur": { "locked": { - "lastModified": 1657010181, - "narHash": "sha256-sbV2PFKiflm/4UIp5CNYOe49rV4j4yi81t7Wt3bokmE=", + "lastModified": 1657272425, + "narHash": "sha256-Y1vbPYhUi0ZKqn6XxQeE/RnyMcfHIE0YCkR1iPGoToo=", "owner": "nix-community", "repo": "NUR", - "rev": "136d743a585bad0b45534e22420871d131882a93", + "rev": "4a0d26d6ccb60f24a5e771c6de4c64622fb2b4af", "type": "github" }, "original": { diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 555998e..61aeb01 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -135,8 +135,10 @@ }; package = pkgs.nixFlakes; extraOptions = "experimental-features = nix-command flakes"; - maxJobs = "auto"; - buildCores = 0; + settings = { + max-jobs = "auto"; + cores = 0; + }; }; # Copy the NixOS configuration file and link it from the resulting system -- cgit 1.4.1