commitizen: add passthru.updateScript
This commit is contained in:
parent
78ae83aa58
commit
3c584440af
1 changed files with 2 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue