Unverified Commit 69251712 authored by Sizhe Zhao's avatar Sizhe Zhao
Browse files

aerogramme: add updateScript

parent 82bf4690
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
  lib,
  rustPlatform,
  fetchgit,
  nix-update-script,
  pkg-config,
  openssl,
}:
@@ -35,6 +36,8 @@ rustPlatform.buildRustPackage rec {
  nativeBuildInputs = [ pkg-config ];
  buildInputs = [ openssl ];

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

  meta = {
    description = "Encrypted e-mail storage over Garage";
    homepage = "https://aerogramme.deuxfleurs.fr/";