passff-host: add nix-update-script
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user