From 0cb54a4a351b760f99c2fbfef0cbb31cb7702b92 Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Tue, 5 Nov 2024 22:09:49 +0100 Subject: [PATCH] feat(Zephyrus): Enable `binfmt` aarch64 cross-compilation --- hosts/Zephyrus/hardware-configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/Zephyrus/hardware-configuration.nix b/hosts/Zephyrus/hardware-configuration.nix index 78eaea1..078a8f5 100644 --- a/hosts/Zephyrus/hardware-configuration.nix +++ b/hosts/Zephyrus/hardware-configuration.nix @@ -34,6 +34,7 @@ }; }; tmp.useTmpfs = true; + binfmt.emulatedSystems = ["aarch64-linux"]; }; # Network & Bluetooth