mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 13:39:15 +03:00
9 lines
92 B
Nix
9 lines
92 B
Nix
![]() |
{
|
||
|
runTest,
|
||
|
...
|
||
|
}:
|
||
|
{
|
||
|
checksum = runTest ./checksum.nix;
|
||
|
uefi = runTest ./uefi.nix;
|
||
|
}
|