aboutsummaryrefslogtreecommitdiff
path: root/nixos/release-small.nix
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2018-02-27 20:09:07 +0100
committerEelco Dolstra <edolstra@gmail.com>2018-02-27 20:09:07 +0100
commit0867f303bd6be96fef187c4c20424f2290ef9082 (patch)
tree3f302ea9e10cbf2eb8720e31f0c031931fa0a2fe /nixos/release-small.nix
parent212dd84dd247e83231ffbcc7130fd92a95060702 (diff)
Add the boot test to release-small.nix
Diffstat (limited to 'nixos/release-small.nix')
-rw-r--r--nixos/release-small.nix4
1 files changed, 4 insertions, 0 deletions
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;
+ };
};
};