mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-10 17:54:53 +01:00
9 lines
92 B
Nix
9 lines
92 B
Nix
{
|
|
runTest,
|
|
...
|
|
}:
|
|
{
|
|
checksum = runTest ./checksum.nix;
|
|
uefi = runTest ./uefi.nix;
|
|
}
|