Commit 83e45e01 authored by jaredmontoya's avatar jaredmontoya
Browse files

passff-host: add nix-update-script

parent 250e7133
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
  lib,
  stdenv,
  fetchFromCodeberg,
  nix-update-script,
  python3,
  pass,
}:
@@ -45,6 +46,8 @@ stdenv.mkDerivation (finalAttrs: {
    done
  '';

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

  meta = {
    description = "Host app for the WebExtension PassFF";
    homepage = "https://codeberg.org/PassFF/passff-host";