Enable cross compilation on the desktop VM

This commit is contained in:
Andreas Zweili 2022-11-16 12:11:05 +01:00
parent 01567614ac
commit 3fed11d81c
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ ];
boot.extraModulePackages = [ ];
# Required to build aarch64 packages
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
fileSystems."/" = {
device = "/dev/disk/by-label/nixos";