fix(qemu): give it a NAND on MIPS
Some checks failed
build liminix / build_vm_qemu_mips (pull_request) Failing after 58s
Some checks failed
build liminix / build_vm_qemu_mips (pull_request) Failing after 58s
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
parent
013e4c396c
commit
587458b4ba
1 changed files with 1 additions and 0 deletions
|
@ -254,6 +254,7 @@ extraPkgs // {
|
|||
qemuLim = let q = prev.qemu.overrideAttrs (o: {
|
||||
patches = o.patches ++ [
|
||||
./pkgs/qemu/arm-image-friendly-load-addr.patch
|
||||
./pkgs/qemu/mips-with-nand.patch
|
||||
];
|
||||
}); in q.override { nixosTestRunner = true; sdlSupport = false; };
|
||||
|
||||
|
|
Loading…
Reference in a new issue