add emulation for aarch64 cross build
This commit is contained in:
parent
e1f07fc565
commit
98a49b66b8
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
||||||
./virtualisation.nix
|
./virtualisation.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||||
boot.cleanTmpDir = true;
|
boot.cleanTmpDir = true;
|
||||||
console.useXkbConfig = true;
|
console.useXkbConfig = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue