mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-10 17:54:53 +01:00
6 lines
49 B
Nix
6 lines
49 B
Nix
{ runTest }:
|
|
|
|
{
|
|
basic = runTest ./basic.nix;
|
|
}
|