2025-03-02 13:17:25 +01:00
|
|
|
{
|
|
|
|
|
runTest,
|
|
|
|
|
...
|
|
|
|
|
}:
|
|
|
|
|
{
|
2025-03-19 22:52:38 +03:00
|
|
|
bios = runTest ./bios.nix;
|
2025-03-02 13:17:25 +01:00
|
|
|
checksum = runTest ./checksum.nix;
|
2025-05-18 14:57:11 +02:00
|
|
|
secureBoot = runTest ./secure-boot.nix;
|
2025-05-21 21:13:26 +02:00
|
|
|
specialisations = runTest ./specialisations.nix;
|
2025-03-02 13:17:25 +01:00
|
|
|
uefi = runTest ./uefi.nix;
|
|
|
|
|
}
|