haskellPackages.cachix: move shell completion override to configuration-nix

This commit is contained in:
sternenseemann 2021-06-21 20:14:35 +02:00
parent 48941ef342
commit 83220ad7b9
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -912,4 +912,6 @@ self: super: builtins.intersectAttrs super {
rel8 = addTestToolDepend super.rel8 pkgs.postgresql;
cachix = generateOptparseApplicativeCompletion "cachix" super.cachix;
}