comma: use testers.testVersion

main
Bobby Rong 2 years ago
parent 76196d6f19
commit 32e21f38cd
No known key found for this signature in database
GPG Key ID: ED07364437C91161
  1. 4
      pkgs/tools/package-management/comma/default.nix

@ -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; {

Loading…
Cancel
Save