nixos/testing: Embrace callTest

My conception of its input was wrong. It is quite a useful construct,
even if its name is a bit weird.
This commit is contained in:
Robert Hensing 2022-06-25 12:47:50 +02:00
parent 5297d584bc
commit 9886db059a
5 changed files with 34 additions and 20 deletions

View file

@ -26,7 +26,6 @@ rec {
extraTestModule = {
config = {
hostPkgs = pkgs;
minimalResult = hydra;
};
};