7 lines
212 B
Nix
7 lines
212 B
Nix
/**
|
|
* Convenience shortcut for running this test from the command-line.
|
|
* Normally this test is initialized from /tests/default.nix.
|
|
*/
|
|
{
|
|
pkgs ? import <nixpkgs> { },
|
|
}: pkgs.testers.runNixOSTest ./test.nix
|