nazarewk / keyring_pass

Password Store (pass) backend for python's keyring
MIT License
19 stars 5 forks source link

How to configure from NixOS #15

Open YarekTyshchenko opened 1 year ago

YarekTyshchenko commented 1 year ago

Nice project! I see you have some .nix related files in here. Could you show me how to configure this from NixOS? Preferably non-flake or HM.

Thanks. Happy to help update the docs after.

nazarewk commented 1 year ago

I didn't use it for a while (switched to patched pass-secret-service) already except for git credentials helper:

You should be able to use it by whatever means you have to install keyring-pass from pypi in your default (system or user) interpreter.

I found the git-credential-keyring way of using (possibly empty) Poetry project pretty convenient.

Freed-Wu commented 1 month ago

It has been broken in NixOS recently.

https://github.com/NixOS/nixpkgs/issues/352426

Freed-Wu commented 1 month ago

Fixed by https://github.com/NixOS/nixpkgs/issues/352426#issuecomment-2449404211

This issue can be closed.