Merge pull request #193361 from hercules-ci/nixos-lib-runTest-return-test

lib.nixos.runTest: Return the test itself
This commit is contained in:
Robert Hensing 2022-09-28 17:56:22 +01:00 committed by GitHub
commit 52392d42c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ in
};
result = mkOption {
internal = true;
default = config;
default = config.test;
};
};
}