etebase-server: add passthru.updateScript

This commit is contained in:
Felix Schröter 2023-05-13 23:56:30 +02:00
parent 0cc4ca5919
commit 6091ca33eb
No known key found for this signature in database
GPG Key ID: 671E39E6744C807D

@ -12,6 +12,7 @@
, python-ldap
, withPostgres ? true
, psycopg2
, nix-update-script
}:
buildPythonPackage rec {
@ -47,6 +48,8 @@ buildPythonPackage rec {
chmod +x $out/bin/etebase-server
'';
passthru.updateScript = nix-update-script {};
meta = with lib; {
homepage = "https://github.com/etesync/server";
description = "An Etebase (EteSync 2.0) server so you can run your own";