Add the boot test to release-small.nix
This commit is contained in:
@@ -50,6 +50,10 @@ in rec {
|
|||||||
separateBoot
|
separateBoot
|
||||||
simple;
|
simple;
|
||||||
};
|
};
|
||||||
|
boot = {
|
||||||
|
inherit (nixos'.tests.boot)
|
||||||
|
biosCdrom;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user