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: 506a936e5f22
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 9639d56b47eb
Choose a head ref
  • 5 commits
  • 6 files changed
  • 3 contributors

Commits on Oct 8, 2020

  1. installShellFiles: Enhance installShellCompletion

    Teach installShellCompletion how to install completions from a named
    pipe. Also add a convenience flag `--cmd NAME` that synthesizes the name
    for each completion instead of requiring repeated `--name` flags.
    
    Usage looks something like
    
        installShellCompletion --cmd foobar \
          --bash <($out/bin/foobar --bash-completion) \
          --fish <($out/bin/foobar --fish-completion) \
          --zsh <($out/bin/foobar --zsh-completion)
    
    Fixes #83284
    Lily Ballard authored and lilyball committed Oct 8, 2020
    Copy the full SHA
    7e1e854 View commit details
    Browse the repository at this point in the history
  2. psc-package: Adopt new installShellCompletion syntax

    Lily Ballard authored and lilyball committed Oct 8, 2020
    Copy the full SHA
    722cc88 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    866a7de View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    03c9f6a View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2020

  1. Merge pull request #83630 from lilyball/install-shell-files

    installShellFiles: Enhance installShellCompletion
    Profpatsch committed Oct 9, 2020
    Copy the full SHA
    9639d56 View commit details
    Browse the repository at this point in the history