users/pass: add pass-update extension

This commit is contained in:
Dmitriy Pleshevskiy 2022-11-27 23:27:01 +03:00
parent e898414bb1
commit 4c1c38fa40
Signed by: pleshevskiy
GPG key ID: 1B59187B161C0215

View file

@ -5,6 +5,7 @@ let
myPassPackage = pkgs.pass.withExtensions (ext: [
ext.pass-audit
ext.pass-update
]);
in
{