about summary refs log tree commit diff
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2024-03-24 13:32:55 +0000
committerdevhell <devhell@mailfresser.de>2024-03-24 13:34:58 +0000
commit51dbabaef9844d4bfab5da481dfb3b7d41817b7f (patch)
treeb16598b8546dad954ca7b6215fc65feac7488e0e
parentbac03fbcaa947ade71afdb979da0a138f7ce0c3b (diff)
machines/herja: fix nix.settings
Fat fingers be damned.
-rw-r--r--machines/devhell/herja.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/devhell/herja.nix b/machines/devhell/herja.nix
index 59712375..ef65dea4 100644
--- a/machines/devhell/herja.nix
+++ b/machines/devhell/herja.nix
@@ -85,7 +85,7 @@
 
   nix = {
     settings.max-jobs = lib.mkDefault 16;
-    extra-platforms = config.boot.binfmt.emulatedSystems;
+    settings.extra-platforms = config.boot.binfmt.emulatedSystems;
   };
 
   i18n = {