mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-27 02:34:53 +00:00
6 lines
81 B
Nix
6 lines
81 B
Nix
{ runTest }:
|
|
{
|
|
login = runTest ./login.nix;
|
|
system = runTest ./system.nix;
|
|
}
|