about summary refs log tree commit diff
path: root/machines/devhell
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2022-01-30 15:05:25 +0000
committerdevhell <devhell@mailfresser.de>2022-01-30 15:05:25 +0000
commit20ee65d79602b6412994dc52907715b274daeebe (patch)
tree27fa5de18007f8a73fa77fb1f4b4186e68ae25b1 /machines/devhell
parent3c43933270cc0d112a1f33f4ecf905d181cb33e2 (diff)
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.*
Diffstat (limited to 'machines/devhell')
-rw-r--r--machines/devhell/herja.nix4
1 files changed, 3 insertions, 1 deletions
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 = {