codeberg-pages: add nix-update-script
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ 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 ];
|
||||
|
||||
Reference in New Issue
Block a user