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: e35d3c929e28
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 80a25eaa4ae0
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

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
    beardhatcode committed Dec 4, 2020
    Copy the full SHA
    29e1b41 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #105869 from beardhatcode/master

    pass: add find and grep as dependencies
    Ma27 committed Dec 4, 2020
    Copy the full SHA
    80a25ea View commit details
    Browse the repository at this point in the history