added support for cross compiling

This commit is contained in:
willifan 2024-12-07 19:07:46 +01:00
parent 79328c02fa
commit 695ab2865b

View file

@ -1,4 +1,4 @@
{ ... }:
{ config, ... }:
{
imports = [
@ -7,4 +7,7 @@
./rust.nix
./vscodium.nix
];
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
}