From bac03fbcaa947ade71afdb979da0a138f7ce0c3b Mon Sep 17 00:00:00 2001 From: devhell Date: Sun, 24 Mar 2024 13:26:07 +0000 Subject: machines/herja: add nix.conf extra-platforms Seems like it's not enough to simply add binfmt. --- machines/devhell/herja.nix | 1 + 1 file changed, 1 insertion(+) 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 = { -- cgit 1.4.1