git-workspace: remove passthru.tests.version

The `--version` argument was removed.
This commit is contained in:
misuzu 2024-12-09 11:53:52 +02:00
parent 749ef60340
commit 7996ffc5cf

View File

@ -29,10 +29,7 @@ rustPlatform.buildRustPackage rec {
buildInputs = [ openssl ]
++ lib.optionals stdenv.hostPlatform.isDarwin [ libiconv Security ];
passthru = {
updateScript = nix-update-script { };
tests.version = testers.testVersion { package = git-workspace; };
};
passthru.updateScript = nix-update-script { };
meta = with lib; {
description = "Sync personal and work git repositories from multiple providers";