nixpkgs/nixos/tests/limine/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
92 B
Nix
Raw Normal View History

{
runTest,
...
}:
{
checksum = runTest ./checksum.nix;
uefi = runTest ./uefi.nix;
}