about summary refs log tree commit diff
path: root/machines/devhell/gunnr.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/devhell/gunnr.nix')
-rw-r--r--machines/devhell/gunnr.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/devhell/gunnr.nix b/machines/devhell/gunnr.nix
index d6d286e3..f4a28057 100644
--- a/machines/devhell/gunnr.nix
+++ b/machines/devhell/gunnr.nix
@@ -70,7 +70,7 @@
   };
 
   nix = {
-    maxJobs = lib.mkDefault = 16;
+    maxJobs = lib.mkDefault 16;
     extraOptions = ''
       auto-optimise-store = true
     '';