8 lines
212 B
Nix
8 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
|