nixos/release-small: Test uefi cdrom

main
Martin Weinelt 2 years ago
parent 4b6758f83e
commit 08991fc87a
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
  1. 4
      nixos/release-small.nix

@ -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…
Cancel
Save