nixosTests.nixos-rebuild-specialisations-legacy: init
This commit is contained in:
parent
313451b74a
commit
d0b30777a2
@ -704,6 +704,11 @@ in {
|
|||||||
nixos-generate-config = handleTest ./nixos-generate-config.nix {};
|
nixos-generate-config = handleTest ./nixos-generate-config.nix {};
|
||||||
nixos-rebuild-install-bootloader = handleTestOn ["x86_64-linux"] ./nixos-rebuild-install-bootloader.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 = 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 = runTest ./nixos-rebuild-target-host.nix;
|
||||||
nixos-rebuild-target-host-legacy = runTest {
|
nixos-rebuild-target-host-legacy = runTest {
|
||||||
name = mkForce "nixos-rebuild-target-host-legacy";
|
name = mkForce "nixos-rebuild-target-host-legacy";
|
||||||
|
Loading…
Reference in New Issue
Block a user