From 0867f303bd6be96fef187c4c20424f2290ef9082 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 27 Feb 2018 20:09:07 +0100 Subject: Add the boot test to release-small.nix --- nixos/release-small.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nixos/release-small.nix') diff --git a/nixos/release-small.nix b/nixos/release-small.nix index 2b532c70763..4bfb9a423f7 100644 --- a/nixos/release-small.nix +++ b/nixos/release-small.nix @@ -50,6 +50,10 @@ in rec { separateBoot simple; }; + boot = { + inherit (nixos'.tests.boot) + biosCdrom; + }; }; }; -- cgit v1.2.3