about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorCole Helbling <cole.e.helbling@outlook.com>2022-12-21 14:11:37 -0800
committerCole Helbling <cole.e.helbling@outlook.com>2022-12-22 07:56:09 -0800
commit0598d95719265d2558d580473d47c112367cdfa6 (patch)
treefb6bfbb9c2e3f242483b3b86f007ec9a2615fbd6 /nixos
parent21f4afd79987369f910d91bc2bd37e4f66a4a1c9 (diff)
nixos/tests: expose bootspec test
On x86_64-linux only because bootspec is for NixOS (for the moment?),
and NixOS is really only a Linux concept (for the moment?).

Not on aarch64-linux because it fails for whatever reason 🤷
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/all-tests.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index 1956d3c9e8c7c..30bcfcf6111a3 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -96,6 +96,7 @@ in {
   blockbook-frontend = handleTest ./blockbook-frontend.nix {};
   blocky = handleTest ./blocky.nix {};
   boot = handleTestOn ["x86_64-linux" "aarch64-linux"] ./boot.nix {};
+  bootspec = handleTestOn ["x86_64-linux"] ./bootspec.nix {};
   boot-stage1 = handleTest ./boot-stage1.nix {};
   borgbackup = handleTest ./borgbackup.nix {};
   botamusique = handleTest ./botamusique.nix {};