forked from mirrors/nixpkgs
Merge pull request #193361 from hercules-ci/nixos-lib-runTest-return-test
lib.nixos.runTest: Return the test itself
This commit is contained in:
commit
52392d42c1
|
@ -10,7 +10,7 @@ in
|
|||
};
|
||||
result = mkOption {
|
||||
internal = true;
|
||||
default = config;
|
||||
default = config.test;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue