mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-14 19:58:30 +01:00
6 lines
49 B
Nix
6 lines
49 B
Nix
{ runTest }:
|
|
|
|
{
|
|
basic = runTest ./basic.nix;
|
|
}
|