From 4bf16a846cba86d2a72e3cbb3b5d2d029a05c187 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= <cynerd@email.cz>
Date: Mon, 30 Jan 2023 11:54:00 +0100
Subject: nixos/compile: for now disable binfmt

---
 nixos/modules/compile.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'nixos')

diff --git a/nixos/modules/compile.nix b/nixos/modules/compile.nix
index 45cc9e6..9754eb2 100644
--- a/nixos/modules/compile.nix
+++ b/nixos/modules/compile.nix
@@ -19,7 +19,7 @@ with lib; {
       cores = 0;
     };
 
-    boot.binfmt.emulatedSystems = ["armv7l-linux" "aarch64-linux"];
+    #boot.binfmt.emulatedSystems = ["armv7l-linux" "aarch64-linux"];
 
     environment.systemPackages = with pkgs; [
       # Tools
-- 
cgit v1.2.3