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
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

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