added support for cross compiling
This commit is contained in:
parent
79328c02fa
commit
695ab2865b
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ ... }:
|
||||
{ config, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
|
@ -7,4 +7,7 @@
|
|||
./rust.nix
|
||||
./vscodium.nix
|
||||
];
|
||||
|
||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue