about summary refs log tree commit diff
path: root/machines/devhell/hildr.nix
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2022-03-02 13:24:35 +0000
committerdevhell <devhell@mailfresser.de>2022-03-02 13:24:35 +0000
commitda51bed000180654a6c14ab25962c322e14b979f (patch)
treec247ebdebb0ecc4299af945647cf587ac438da74 /machines/devhell/hildr.nix
parentd4856372a1d61fde750efb66bfdcb7a28e8d4b3d (diff)
machines/devhell: maxJobs -> max-jobs
Diffstat (limited to 'machines/devhell/hildr.nix')
-rw-r--r--machines/devhell/hildr.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/devhell/hildr.nix b/machines/devhell/hildr.nix
index 419b3383..b5ab9257 100644
--- a/machines/devhell/hildr.nix
+++ b/machines/devhell/hildr.nix
@@ -76,7 +76,7 @@
   };
 
   nix = {
-    maxJobs = lib.mkDefault 4;
+    settings.max-jobs = lib.mkDefault 4;
   };
 
   i18n = {