switch pppoe test to use armv7l
This commit is contained in:
parent
6489a39424
commit
5c1f5fabe2
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
, nixpkgs
|
||||
}:
|
||||
let img = (import liminix {
|
||||
device = import "${liminix}/devices/qemu/";
|
||||
device = import "${liminix}/devices/qemu-armv7l";
|
||||
liminix-config = ./configuration.nix;
|
||||
}).outputs.default;
|
||||
pkgs = import <nixpkgs> { overlays = [(import ../../overlay.nix)]; };
|
||||
|
|
Loading…
Reference in a new issue