commitizen: add passthru.updateScript

This commit is contained in:
Anthony Roussel 2023-09-28 08:32:43 +02:00 committed by Bjørn Forsman
parent 78ae83aa58
commit 3c584440af

View File

@ -5,6 +5,7 @@
, python3 , python3
, stdenv , stdenv
, installShellFiles , installShellFiles
, nix-update-script
, testers , testers
}: }:
@ -95,6 +96,7 @@ python3.pkgs.buildPythonApplication rec {
''; '';
passthru = { passthru = {
updateScript = nix-update-script { };
tests.version = testers.testVersion { tests.version = testers.testVersion {
package = commitizen; package = commitizen;
command = "cz version"; command = "cz version";