pkgs: add rbw-pass

This is honestly almost overkill, as the script doesn't really have any
logic in it, but it's good to have a common base with the bitwarden-cli
one.
This commit is contained in:
Bruno BELANYI 2023-07-23 18:44:08 +01:00
parent fc04b31908
commit 1706cb5fce
3 changed files with 85 additions and 0 deletions

View file

@ -26,6 +26,8 @@ pkgs.lib.makeScope pkgs.newScope (pkgs: {
osc52 = pkgs.callPackage ./osc52 { };
rbw-pass = pkgs.callPackage ./rbw-pass { };
unbound-zones-adblock = pkgs.callPackage ./unbound-zones-adblock { };
unified-hosts-lists = pkgs.callPackage ./unified-hosts-lists { };