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:
@@ -10,7 +10,7 @@ in
|
|||||||
};
|
};
|
||||||
result = mkOption {
|
result = mkOption {
|
||||||
internal = true;
|
internal = true;
|
||||||
default = config;
|
default = config.test;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user