Add the boot test to release-small.nix

+4
+4
nixos/release-small.nix
··· 50 50 separateBoot 51 51 simple; 52 52 }; 53 + boot = { 54 + inherit (nixos'.tests.boot) 55 + biosCdrom; 56 + }; 53 57 }; 54 58 }; 55 59