mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 05:38:57 +03:00
nixos/tests: add nixos-rebuild-target-host-ng
This commit is contained in:
parent
1d3c452d63
commit
1b5fac463b
3 changed files with 31 additions and 6 deletions
|
@ -720,7 +720,14 @@ in {
|
|||
imports = [ ./nixos-rebuild-specialisations.nix ];
|
||||
_module.args.withNg = true;
|
||||
};
|
||||
nixos-rebuild-target-host = runTest ./nixos-rebuild-target-host.nix;
|
||||
nixos-rebuild-target-host = runTest {
|
||||
imports = [ ./nixos-rebuild-target-host.nix ];
|
||||
_module.args.withNg = false;
|
||||
};
|
||||
nixos-rebuild-target-host-ng = runTest {
|
||||
imports = [ ./nixos-rebuild-target-host.nix ];
|
||||
_module.args.withNg = true;
|
||||
};
|
||||
nixpkgs = pkgs.callPackage ../modules/misc/nixpkgs/test.nix { inherit evalMinimalConfig; };
|
||||
nixseparatedebuginfod = handleTest ./nixseparatedebuginfod.nix {};
|
||||
node-red = handleTest ./node-red.nix {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue