lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

etebase-server: add passthru.updateScript

+3
+3
pkgs/servers/etebase/default.nix
··· 12 12 , python-ldap 13 13 , withPostgres ? true 14 14 , psycopg2 15 + , nix-update-script 15 16 }: 16 17 17 18 buildPythonPackage rec { ··· 46 47 wrapProgram $out/bin/etebase-server --prefix PYTHONPATH : "$PYTHONPATH" 47 48 chmod +x $out/bin/etebase-server 48 49 ''; 50 + 51 + passthru.updateScript = nix-update-script {}; 49 52 50 53 meta = with lib; { 51 54 homepage = "https://github.com/etesync/server";