Unverified Commit 6c7fe68a authored by Hugo Renard's avatar Hugo Renard
Browse files

listmonk: add update script

parent e04743de
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@
  callPackage,
  stuffbin,
  nixosTests,
  nix-update-script,
}:

buildGoModule (finalAttrs: {
@@ -57,6 +58,12 @@ buildGoModule (finalAttrs: {
  passthru = {
    frontend = callPackage ./frontend.nix { inherit (finalAttrs) meta version src; };
    tests = { inherit (nixosTests) listmonk; };
    updateScript = nix-update-script {
      extraArgs = [
        "-s"
        "frontend"
      ];
    };
  };

  meta = {