nixpkgs/pkgs/tools/security/pass
Robbert Gurdeep Singh 29e1b41301 pass: add find and grep as dependencies
When pass is called from passff it does not have grep and find in its
path.

PATH="" /home/beardhatcode/.nix-profile/bin/pass grep lol                                             ~
/nix/store/HASH-password-store-1.7.3/bin/.pass-wrapped: line 399: find: command not found

$ PATH="/nix/store/HASH-findutils-4.7.0/bin" /home/beardhatcode/.nix-profile/bin/pass grep lol
/nix/store/HASH-password-store-1.7.3/bin/.pass-wrapped: line 403: grep: command not found
/nix/store/HASH-password-store-1.7.3/bin/.pass-wrapped: line 403: grep: command not found
2020-12-04 11:56:11 +01:00
..
extensions Merge master into staging-next 2020-11-19 20:08:15 +01:00
clip-wayland-support.patch pass: add patch for basic wayland support 2019-09-27 13:00:01 +02:00
default.nix pass: add find and grep as dependencies 2020-12-04 11:56:11 +01:00
extension-dir.patch pass: allow adding extensions without rebuilding the package 2020-03-15 23:13:04 +01:00
no-darwin-getopt.patch
rofi-pass.nix utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
set-correct-program-name-for-sleep.patch