about summary refs log tree commit diff
path: root/machines/devhell
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2022-02-01 13:12:15 +0000
committerdevhell <devhell@mailfresser.de>2022-02-01 13:12:22 +0000
commit813e40b6fc73d62ae215cd459468cae1200f2d0f (patch)
tree7de88ba87df3d1f720847187a4cafc639f47f27c /machines/devhell
parent18cecf16a98af85c157c36816966937a0ed76e47 (diff)
Revert "treewide: rename nix.* to nix.settings.*"
This reverts commit 20ee65d79602b6412994dc52907715b274daeebe.
Diffstat (limited to 'machines/devhell')
-rw-r--r--machines/devhell/herja.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/machines/devhell/herja.nix b/machines/devhell/herja.nix
index c4f555ce..866a46ad 100644
--- a/machines/devhell/herja.nix
+++ b/machines/devhell/herja.nix
@@ -84,9 +84,7 @@
   };
 
   nix = {
-    settings = {
-      maxJobs = lib.mkDefault 8;
-    };
+    maxJobs = lib.mkDefault 8;
   };
 
   i18n = {