about summary refs log tree commit diff
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2024-03-24 13:26:07 +0000
committerdevhell <devhell@mailfresser.de>2024-03-24 13:26:07 +0000
commitbac03fbcaa947ade71afdb979da0a138f7ce0c3b (patch)
tree7a7bba8a6ba2e10ca7bd6dc23a0ab678c808d5e7
parentf138004d2a8c55f80e783f08301c0dd23730f9ea (diff)
machines/herja: add nix.conf extra-platforms
Seems like it's not enough to simply add binfmt.
-rw-r--r--machines/devhell/herja.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/machines/devhell/herja.nix b/machines/devhell/herja.nix
index b14e1794..59712375 100644
--- a/machines/devhell/herja.nix
+++ b/machines/devhell/herja.nix
@@ -85,6 +85,7 @@
 
   nix = {
     settings.max-jobs = lib.mkDefault 16;
+    extra-platforms = config.boot.binfmt.emulatedSystems;
   };
 
   i18n = {