summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-10-23 23:32:37 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-10-23 23:32:37 +0200
commit6bed1ae7945064482c7ec4199b4849ed51d951ae (patch)
tree8856414e95ae434bc2eb2cfe0458d5f78059b6ba
parent303c3ecf37297fbb8b90cadf44f77f0650d2eb6e (diff)
downloadnixpkgs-6bed1ae7945064482c7ec4199b4849ed51d951ae.tar
nixpkgs-6bed1ae7945064482c7ec4199b4849ed51d951ae.tar.gz
nixpkgs-6bed1ae7945064482c7ec4199b4849ed51d951ae.tar.bz2
nixpkgs-6bed1ae7945064482c7ec4199b4849ed51d951ae.tar.lz
nixpkgs-6bed1ae7945064482c7ec4199b4849ed51d951ae.tar.xz
nixpkgs-6bed1ae7945064482c7ec4199b4849ed51d951ae.tar.zst
nixpkgs-6bed1ae7945064482c7ec4199b4849ed51d951ae.zip
nixos/tests: fix nixos-rebuild-specialisations test definition
-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 d9d58bbd66a..89e850d5737 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -570,7 +570,7 @@ in {
   nixops = handleTest ./nixops/default.nix {};
   nixos-generate-config = handleTest ./nixos-generate-config.nix {};
   nixos-rebuild-install-bootloader = handleTestOn ["x86_64-linux"] ./nixos-rebuild-install-bootloader.nix {};
-  nixos-rebuild-specialisations = handleTest ["x86_64-linux"] ./nixos-rebuild-specialisations.nix {};
+  nixos-rebuild-specialisations = handleTestOn ["x86_64-linux"] ./nixos-rebuild-specialisations.nix {};
   nixpkgs = pkgs.callPackage ../modules/misc/nixpkgs/test.nix { inherit evalMinimalConfig; };
   node-red = handleTest ./node-red.nix {};
   nomad = handleTest ./nomad.nix {};