Loading pkgs/by-name/ma/marge-bot/package.nix +3 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ fetchFromGitLab, git, openssh, nix-update-script, }: python3.pkgs.buildPythonApplication rec { Loading Loading @@ -48,6 +49,8 @@ python3.pkgs.buildPythonApplication rec { pythonImportsCheck = [ "marge" ]; passthru.updateScript = nix-update-script { }; meta = with lib; { description = "Merge bot for GitLab"; homepage = "https://gitlab.com/marge-org/marge-bot"; Loading Loading
pkgs/by-name/ma/marge-bot/package.nix +3 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ fetchFromGitLab, git, openssh, nix-update-script, }: python3.pkgs.buildPythonApplication rec { Loading Loading @@ -48,6 +49,8 @@ python3.pkgs.buildPythonApplication rec { pythonImportsCheck = [ "marge" ]; passthru.updateScript = nix-update-script { }; meta = with lib; { description = "Merge bot for GitLab"; homepage = "https://gitlab.com/marge-org/marge-bot"; Loading