comma: use testers.testVersion

This commit is contained in:
Bobby Rong 2022-04-26 15:59:57 +08:00
parent 76196d6f19
commit 32e21f38cd
No known key found for this signature in database
GPG key ID: ED07364437C91161

View file

@ -6,7 +6,7 @@
, nix
, nix-index
, rustPlatform
, testVersion
, testers
}:
rustPlatform.buildRustPackage rec {
@ -31,7 +31,7 @@ rustPlatform.buildRustPackage rec {
'';
passthru.tests = {
version = testVersion { package = comma; };
version = testers.testVersion { package = comma; };
};
meta = with lib; {