mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
nixos/release-small: Test uefi cdrom
This commit is contained in:
parent
4b6758f83e
commit
08991fc87a
@ -53,7 +53,8 @@ in rec {
|
||||
};
|
||||
boot = {
|
||||
inherit (nixos'.tests.boot)
|
||||
biosCdrom;
|
||||
biosCdrom
|
||||
uefiCdrom;
|
||||
};
|
||||
};
|
||||
};
|
||||
@ -109,6 +110,7 @@ in rec {
|
||||
"nixos.iso_minimal"
|
||||
"nixos.amazonImage"
|
||||
"nixos.manual"
|
||||
"nixos.tests.boot.uefiCdrom"
|
||||
"nixos.tests.containers-imperative"
|
||||
"nixos.tests.containers-ip"
|
||||
"nixos.tests.firewall"
|
||||
|
Loading…
Reference in New Issue
Block a user