ci.nix: alphabetise systems

pull/11/head
Daniel Barlow 2024-02-21 19:49:14 +00:00
parent 8f30db58ae
commit 3ca0d87c27
1 changed files with 6 additions and 2 deletions

8
ci.nix
View File

@ -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"
];