Unverified Commit e6123aba authored by Christoph Heiss's avatar Christoph Heiss
Browse files

codeberg-pages: add nix-update-script

parent 743ed526
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
{ lib, fetchFromGitea, buildGoModule }:
{ lib, fetchFromGitea, buildGoModule, nix-update-script }:

buildGoModule rec {
  pname = "codeberg-pages";
@@ -23,6 +23,8 @@ buildGoModule rec {

  tags = [ "sqlite" "sqlite_unlock_notify" "netgo" ];

  passthru.updateScript = nix-update-script {};

  meta = with lib; {
    mainProgram = "codeberg-pages";
    maintainers = with maintainers; [ laurent-f1z1 ];