summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2020-12-10 20:46:01 +0100
committerPeter Simons <simons@cryp.to>2020-12-18 20:27:53 +0100
commit90c92550f6f84180e40ce4d00597f481b47c91e5 (patch)
tree77f317aee5d14cd0eb7c15e9212802ace7ee65c7
parentf48b8dd5f6cecae47deeeff7c27a88fd44baac17 (diff)
ormolu: Add shell completion
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 0c7d6a3ed8dd..f6726381df5c 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -952,6 +952,7 @@ self: super: {
# Generate shell completion.
cabal2nix = generateOptparseApplicativeCompletion "cabal2nix" super.cabal2nix;
niv = generateOptparseApplicativeCompletion "niv" super.niv;
+ ormolu = generateOptparseApplicativeCompletion "ormolu" super.ormolu;
stack = generateOptparseApplicativeCompletion "stack" super.stack;
# musl fixes