From 7996ffc5cf0c790480ae0ae6f69ac18c8a2a324f Mon Sep 17 00:00:00 2001 From: misuzu Date: Mon, 9 Dec 2024 11:53:52 +0200 Subject: [PATCH] git-workspace: remove passthru.tests.version The `--version` argument was removed. --- .../version-management/git-workspace/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pkgs/applications/version-management/git-workspace/default.nix b/pkgs/applications/version-management/git-workspace/default.nix index f1f41c18d4fb..36ca542517f9 100644 --- a/pkgs/applications/version-management/git-workspace/default.nix +++ b/pkgs/applications/version-management/git-workspace/default.nix @@ -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";