add cross compilation capabilities for aarch64 to chell
This commit is contained in:
parent
7c1f7e574e
commit
6b413456d9
1 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
{ config, lib, pkgs, ... } :
|
{ config, lib, pkgs, ... } :
|
||||||
{
|
{
|
||||||
|
boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; # Cross-compilation for aarch64 through QEMU
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
mangohud
|
mangohud
|
||||||
obs-studio
|
obs-studio
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue