ci.nix: alphabetise systems
This commit is contained in:
parent
8f30db58ae
commit
3ca0d87c27
1 changed files with 6 additions and 2 deletions
8
ci.nix
8
ci.nix
|
@ -9,8 +9,12 @@ let
|
|||
borderVmConf = ./bordervm.conf-example.nix;
|
||||
inherit (pkgs.lib.attrsets) genAttrs;
|
||||
devices = [
|
||||
"gl-ar750" "gl-mt300n-v2" "gl-mt300a"
|
||||
"qemu" "qemu-aarch64" "qemu-armv7l"
|
||||
"gl-ar750"
|
||||
"gl-mt300a"
|
||||
"gl-mt300n-v2"
|
||||
"qemu"
|
||||
"qemu-aarch64"
|
||||
"qemu-armv7l"
|
||||
"tp-archer-ax23"
|
||||
"zyxel-nwa50ax"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue