mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Emulate arm, riscv and x86_64 linux
This commit is contained in:
parent
01f284a446
commit
198c7da772
1 changed files with 9 additions and 0 deletions
9
modules/emulated-systems.nix
Normal file
9
modules/emulated-systems.nix
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{ config, lib, ... }: with lib;
|
||||||
|
|
||||||
|
systemConfiguration {
|
||||||
|
boot.binfmt.emulatedSystems = remove config.nixpkgs.hostPlatform.system [
|
||||||
|
"aarch64-linux"
|
||||||
|
"riscv64-linux"
|
||||||
|
"x86_64-linux"
|
||||||
|
];
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue