Add the boot test to release-small.nix
This commit is contained in:
parent
212dd84dd2
commit
0867f303bd
1 changed files with 4 additions and 0 deletions
|
@ -50,6 +50,10 @@ in rec {
|
|||
separateBoot
|
||||
simple;
|
||||
};
|
||||
boot = {
|
||||
inherit (nixos'.tests.boot)
|
||||
biosCdrom;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue