mox: add updateScript
This commit is contained in:
parent
09388f9aa4
commit
46697bcabc
@ -2,6 +2,7 @@
|
||||
lib,
|
||||
buildGoModule,
|
||||
fetchFromGitHub,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
buildGoModule (finalAttrs: {
|
||||
@ -27,6 +28,8 @@ buildGoModule (finalAttrs: {
|
||||
"-X github.com/mjl-/mox/moxvar.VersionBare=${finalAttrs.version}"
|
||||
];
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
description = "Modern full-featured open source secure mail server for low-maintenance self-hosted email";
|
||||
mainProgram = "mox";
|
||||
|
Loading…
x
Reference in New Issue
Block a user