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: 23505114252a
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 40e863aeb31b
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on May 5, 2020

  1. gopass: Support passAlias parameter in derivation

    Add a `passAlias` to `gopass` derivation, similarly to how there's `viAlias` parameter supported by vim/neovim derivations.
    Apart from convenience this is also necessary for e.g. making `docker-credential-helpers` work without patching the latter - the package uses `pass` executable from `PATH` https://github.com/docker/docker-credential-helpers/blob/f78081d1f7fef6ad74ad6b79368de6348386e591/pass/pass_linux.go#L67. By setting `passAlias` to `true` (e.g. via overlays like so: https://github.com/rvolosatovs/infrastructure/blob/94971f34db9df79b6666e626fa52840eb1fee840/nixpkgs/overlays.nix#L315-L317), secure Docker authentication via `gopass` "just works"™
    rvolosatovs committed May 5, 2020
    Copy the full SHA
    67f7f93 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ae19e15 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #85521 from rvolosatovs/feature/gopass-alias

    gopass: Add passAlias parameter to derivation
    andir committed May 5, 2020
    Copy the full SHA
    40e863a View commit details
    Browse the repository at this point in the history