gopass: add passthru.tests.version

This commit is contained in:
Kenichi Kamiya 2024-12-02 11:41:00 +09:00
parent 8780e5fb89
commit 1da2983cbd
No known key found for this signature in database
GPG Key ID: 9BE4016A38165CCB

View File

@ -10,7 +10,9 @@
xclip,
wl-clipboard,
passAlias ? false,
testers,
nix-update-script,
gopass,
}:
buildGoModule rec {
@ -69,6 +71,10 @@ buildGoModule rec {
passthru = {
inherit wrapperPath;
tests.version = testers.testVersion {
package = gopass;
};
updateScript = nix-update-script { };
};