mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-01 13:14:42 +00:00
6 lines
81 B
Nix
6 lines
81 B
Nix
{ runTest }:
|
|
{
|
|
login = runTest ./login.nix;
|
|
system = runTest ./system.nix;
|
|
}
|