allow changing hardware device in tests
This commit is contained in:
11
devices/qemu.nix
Normal file
11
devices/qemu.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
system = {
|
||||
crossSystem = {
|
||||
config = "mips-unknown-linux-musl";
|
||||
gcc = {
|
||||
abi = "32";
|
||||
arch = "mips32"; # maybe mips_24kc-
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user