add cross compilation capabilities to lamarr
This commit is contained in:
parent
04c5858f6e
commit
ecec03dac0
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue