Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 4859b2b46da0
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: e34208e10033
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Dec 4, 2020

  1. 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
    
    (cherry picked from commit 29e1b41)
    beardhatcode authored and Ma27 committed Dec 4, 2020
    Copy the full SHA
    e34208e View commit details
    Browse the repository at this point in the history