switch pppoe test back to qemu mips

while we find out why it fails
pull/2/head
Daniel Barlow 2023-11-26 23:18:24 +00:00
parent cc73a98419
commit 32c24f3809
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
, nixpkgs
}:
let img = (import liminix {
device = import "${liminix}/devices/qemu-armv7l";
device = import "${liminix}/devices/qemu";
liminix-config = ./configuration.nix;
}).outputs.default;
pkgs = import <nixpkgs> { overlays = [(import ../../overlay.nix)]; };