Loading pkgs/applications/version-management/git-machete/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,12 @@ buildPythonApplication rec { pytestCheckHook ]; disabledTests = [ # Requires fully functioning shells including zsh modules and bash # completion. "completion_e2e" ]; postInstall = '' installShellCompletion --bash --name git-machete completion/git-machete.completion.bash installShellCompletion --zsh --name _git-machete completion/git-machete.completion.zsh Loading Loading
pkgs/applications/version-management/git-machete/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,12 @@ buildPythonApplication rec { pytestCheckHook ]; disabledTests = [ # Requires fully functioning shells including zsh modules and bash # completion. "completion_e2e" ]; postInstall = '' installShellCompletion --bash --name git-machete completion/git-machete.completion.bash installShellCompletion --zsh --name _git-machete completion/git-machete.completion.zsh Loading