tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
nixpkgs
/
nixos
/
tests
/
limine
/
default.nix
at
25.11-pre
92 B
view raw
1
{
2
runTest
,
3
.
.
.
4
}:
5
{
6
checksum
=
runTest
./checksum.nix
;
7
uefi
=
runTest
./uefi.nix
;
8
}