Commit 4db34059 authored by lelgenio's avatar lelgenio
Browse files

marge-bot: add updateScript

parent 9400bcd0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  fetchFromGitLab,
  git,
  openssh,
  nix-update-script,
}:

python3.pkgs.buildPythonApplication rec {
@@ -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";