From ecec03dac001b361fd17a23eac615d4f7d9c77a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20Du=C3=9Fin?= Date: Sun, 20 Apr 2025 03:05:51 +0200 Subject: [PATCH] add cross compilation capabilities to lamarr --- nix/lamarr.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/lamarr.nix b/nix/lamarr.nix index 464c470..5ef955d 100644 --- a/nix/lamarr.nix +++ b/nix/lamarr.nix @@ -1,5 +1,7 @@ { config, lib, pkgs, ... }: { + boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; # Cross-compilation for aarch64 through QEMU + environment.systemPackages = with pkgs; [ bluez bluez-tools