From 41d18044187f05cf50756bd3ebd961dccb597b40 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Wed, 25 Sep 2024 11:39:44 +0200 Subject: [PATCH] nixosTests.nixos-rebuild-specialisations-legacy: init --- nixos/tests/all-tests.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix index c7e508757254a1..6616b7ec8f1f01 100644 --- a/nixos/tests/all-tests.nix +++ b/nixos/tests/all-tests.nix @@ -701,6 +701,11 @@ in { nixos-generate-config = handleTest ./nixos-generate-config.nix {}; nixos-rebuild-install-bootloader = handleTestOn ["x86_64-linux"] ./nixos-rebuild-install-bootloader.nix {}; nixos-rebuild-specialisations = runTestOn ["x86_64-linux"] ./nixos-rebuild-specialisations.nix; + nixos-rebuild-specialisations-legacy = runTestOn ["x86_64-linux"] { + name = mkForce "nixos-rebuild-specialisations-legacy"; + imports = [ ./nixos-rebuild-specialisations.nix ]; + extraBaseModules = { system.apply.enable = false; }; + }; nixos-rebuild-target-host = runTest ./nixos-rebuild-target-host.nix; nixos-rebuild-target-host-legacy = runTest { name = mkForce "nixos-rebuild-target-host-legacy";