Add the boot test to release-small.nix

This commit is contained in:
Eelco Dolstra
2018-02-27 20:09:07 +01:00
parent 212dd84dd2
commit 0867f303bd

View File

@@ -50,6 +50,10 @@ in rec {
separateBoot
simple;
};
boot = {
inherit (nixos'.tests.boot)
biosCdrom;
};
};
};