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/nix
base: e845d19ae368
Choose a base ref
...
head repository: NixOS/nix
compare: ea4b2b985f4c
Choose a head ref
  • 3 commits
  • 7 files changed
  • 2 contributors

Commits on Oct 9, 2020

  1. Add a description in the completion outputs

    Make nix output completions in the form `completion\tdescription`.
    This can't be used by bash (afaik), but other shells like zsh or fish
    can display it along the completion choices
    thufschmitt committed Oct 9, 2020
    Copy the full SHA
    04e5d0e View commit details
    Browse the repository at this point in the history
  2. Add a zsh completion script

    Based on @clhodapp's suggestion in nix-community/nix-zsh-completions#32 (comment) and adapted to use the description of the completions
    thufschmitt committed Oct 9, 2020
    Copy the full SHA
    eea310b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4128 from tweag/extended-completions

    Add a zsh completion script
    edolstra committed Oct 9, 2020
    Copy the full SHA
    ea4b2b9 View commit details
    Browse the repository at this point in the history