lib.nixos.runTest: Return the test itself

(NB: the lib in the flake)

Correcting a mistake I made when removing the test matrix code
from https://github.com/NixOS/nixpkgs/pull/191540
This commit is contained in:
Robert Hensing
2022-09-28 18:33:01 +02:00
parent 854fdc6888
commit 12b3066aae

View File

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