From deef5c6fd5fdb3178bdf5831cea38b99a24ca15a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 7 Feb 2023 09:54:32 +0100 Subject: nixos/compile: reenable emulated systems I need these actually to build Go (Syncthing) on armv7l as the package is broken and runs host binary during the build. --- nixos/modules/compile.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/compile.nix') diff --git a/nixos/modules/compile.nix b/nixos/modules/compile.nix index 9754eb2..45cc9e6 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