5 lines
48 B
Nix
5 lines
48 B
Nix
{ runTest }:
|
|
{
|
|
posix = runTest ./posix.nix;
|
|
}
|
{ runTest }:
|
|
{
|
|
posix = runTest ./posix.nix;
|
|
}
|