From 6b413456d92b85dace9b281143eaa5c5aeb4c3f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20Du=C3=9Fin?= Date: Fri, 18 Apr 2025 17:38:59 +0200 Subject: [PATCH] add cross compilation capabilities for aarch64 to chell --- nix/chell.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/chell.nix b/nix/chell.nix index d1b9e17..00969ef 100644 --- a/nix/chell.nix +++ b/nix/chell.nix @@ -1,5 +1,7 @@ { config, lib, pkgs, ... } : { + boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; # Cross-compilation for aarch64 through QEMU + environment.systemPackages = with pkgs; [ mangohud obs-studio