mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
5 lines
95 B
Nix
5 lines
95 B
Nix
{ runTest }:
|
|
{
|
|
integration = runTest ./integration.nix;
|
|
upgrade = runTest ./upgrade.nix;
|
|
}
|