add cross compilation capabilities for aarch64 to chell

This commit is contained in:
Arne Dußin 2025-04-18 17:38:59 +02:00
parent 7c1f7e574e
commit 6b413456d9

View file

@ -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