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