mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 02:03:21 +00:00
commitizen: add passthru.updateScript
This commit is contained in:
parent
78ae83aa58
commit
3c584440af
@ -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 New Issue
Block a user