Commit 3c584440 authored by Anthony Roussel's avatar Anthony Roussel Committed by Bjørn Forsman
Browse files

commitizen: add passthru.updateScript

parent 78ae83aa
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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";