summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authormisuzu <bakalolka@gmail.com>2021-05-25 21:13:29 +0300
committermisuzu <bakalolka@gmail.com>2021-07-14 12:47:12 +0300
commit930daac3457de208e032f684c461c9354457055b (patch)
treeec8c22768f6746e78b44f2aa33cee0acea75e77b /nixos/tests/all-tests.nix
parent702a1c23a46bfe7f1463f4c51a9121cb7bf8d441 (diff)
downloadnixpkgs-930daac3457de208e032f684c461c9354457055b.tar
nixpkgs-930daac3457de208e032f684c461c9354457055b.tar.gz
nixpkgs-930daac3457de208e032f684c461c9354457055b.tar.bz2
nixpkgs-930daac3457de208e032f684c461c9354457055b.tar.lz
nixpkgs-930daac3457de208e032f684c461c9354457055b.tar.xz
nixpkgs-930daac3457de208e032f684c461c9354457055b.tar.zst
nixpkgs-930daac3457de208e032f684c461c9354457055b.zip
nixos/boot: test on aarch64
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index 2e4913dca47..76e5077f42d 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -43,7 +43,7 @@ in
   bitcoind = handleTest ./bitcoind.nix {};
   bittorrent = handleTest ./bittorrent.nix {};
   blockbook-frontend = handleTest ./blockbook-frontend.nix {};
-  boot = handleTestOn ["x86_64-linux"] ./boot.nix {}; # syslinux is unsupported on aarch64
+  boot = handleTestOn ["x86_64-linux" "aarch64-linux"] ./boot.nix {};
   boot-stage1 = handleTest ./boot-stage1.nix {};
   borgbackup = handleTest ./borgbackup.nix {};
   botamusique = handleTest ./botamusique.nix {};