mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-10 09:43:30 +01:00
6 lines
109 B
Nix
6 lines
109 B
Nix
{ runTest }:
|
|
{
|
|
base = runTest ./base.nix;
|
|
override-with-backend = runTest ./override-with-backend.nix;
|
|
}
|