switch pppoe test to use armv7l

pull/2/head
Daniel Barlow 2023-11-05 23:19:40 +00:00
parent 6489a39424
commit 5c1f5fabe2
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/";
device = import "${liminix}/devices/qemu-armv7l";
liminix-config = ./configuration.nix;
}).outputs.default;
pkgs = import <nixpkgs> { overlays = [(import ../../overlay.nix)]; };