pkgs: add bw-pass

Until `rbw` gets support for Yubikey 2FA, I still need a decent way to
query for my passwords on the command line...

This wrapper program should be good enough for basic usage with programs
that need a password command.
This commit is contained in:
Bruno BELANYI 2021-05-21 23:46:07 +02:00
parent 1647ab4ac7
commit 153f919485
3 changed files with 121 additions and 0 deletions

View file

@ -1,5 +1,7 @@
{ pkgs }:
rec {
bw-pass = pkgs.callPackage ./bw-pass { };
comma = pkgs.callPackage ./comma { };
diff-flake = pkgs.callPackage ./diff-flake { };