Loading pkgs/applications/version-management/commitizen/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ , python3 , stdenv , installShellFiles , nix-update-script , testers }: Loading Loading @@ -95,6 +96,7 @@ python3.pkgs.buildPythonApplication rec { ''; passthru = { updateScript = nix-update-script { }; tests.version = testers.testVersion { package = commitizen; command = "cz version"; Loading Loading
pkgs/applications/version-management/commitizen/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ , python3 , stdenv , installShellFiles , nix-update-script , testers }: Loading Loading @@ -95,6 +96,7 @@ python3.pkgs.buildPythonApplication rec { ''; passthru = { updateScript = nix-update-script { }; tests.version = testers.testVersion { package = commitizen; command = "cz version"; Loading