haskellPackages.cachix: move shell completion override to configuration-nix
This commit is contained in:
parent
48941ef342
commit
83220ad7b9
2 changed files with 2 additions and 2 deletions
|
@ -1473,8 +1473,6 @@ self: super: {
|
|||
# 2020-11-19: Jailbreaking until: https://github.com/snapframework/snap/pull/219
|
||||
snap = doJailbreak super.snap;
|
||||
|
||||
cachix = generateOptparseApplicativeCompletion "cachix" super.cachix;
|
||||
|
||||
# 2020-11-23: Jailbreaking until: https://github.com/michaelt/text-pipes/pull/29
|
||||
pipes-text = doJailbreak super.pipes-text;
|
||||
|
||||
|
|
|
@ -912,4 +912,6 @@ self: super: builtins.intersectAttrs super {
|
|||
|
||||
rel8 = addTestToolDepend super.rel8 pkgs.postgresql;
|
||||
|
||||
cachix = generateOptparseApplicativeCompletion "cachix" super.cachix;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue