tree-wide: unify Bash completions outputs#103421
Merged
zimbatm merged 1 commit intoNixOS:stagingfrom Nov 12, 2020
Merged
Conversation
Use $out/share/bash-completion/completions to store the Bash completions
34 tasks
jonringer
approved these changes
Nov 11, 2020
Contributor
jonringer
left a comment
There was a problem hiding this comment.
changes LGTM so far :)
Member
Author
|
I will follow-up with nix-index once staging has been merged into master. |
thefloweringash
added a commit
to thefloweringash/nixpkgs
that referenced
this pull request
Nov 14, 2020
The install step for the darwin specific $out/etc/gitconfig file assumed that $out/etc already existed. This assumption is no longer true after f5e2ff1 in NixOS#103421. This change makes make sure the directory exists before adding to it.
10 tasks
primeos
pushed a commit
that referenced
this pull request
Nov 14, 2020
16 tasks
freezeboy
pushed a commit
to freezeboy/nixpkgs
that referenced
this pull request
Nov 25, 2020
The install step for the darwin specific $out/etc/gitconfig file assumed that $out/etc already existed. This assumption is no longer true after f5e2ff1 in NixOS#103421. This change makes make sure the directory exists before adding to it. (cherry picked from commit d686ded)
10 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation for this change
Unify the output location where bash completions are being stored. Both
$out/share/bash-completion/completionsand$out/etc/bash_completion.dwerebeing used. This PR starts the unification under the former location.
Things done
sandboxinnix.confon non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"./result/bin/)nix path-info -Sbefore and after)