From 20ee65d79602b6412994dc52907715b274daeebe Mon Sep 17 00:00:00 2001 From: devhell Date: Sun, 30 Jan 2022 15:05:25 +0000 Subject: treewide: rename nix.* to nix.settings.* This must have been a recent change where an assert is now thrown because some nix.* settings have been regrouped as nix.settings.* --- machines/devhell/herja.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'machines/devhell') diff --git a/machines/devhell/herja.nix b/machines/devhell/herja.nix index 866a46ad..c4f555ce 100644 --- a/machines/devhell/herja.nix +++ b/machines/devhell/herja.nix @@ -84,7 +84,9 @@ }; nix = { - maxJobs = lib.mkDefault 8; + settings = { + maxJobs = lib.mkDefault 8; + }; }; i18n = { -- cgit 1.4.1