summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
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 /pkgs/development/haskell-modules/configuration-common.nix
parentf48b8dd5f6cecae47deeeff7c27a88fd44baac17 (diff)
downloadnixpkgs-90c92550f6f84180e40ce4d00597f481b47c91e5.tar
nixpkgs-90c92550f6f84180e40ce4d00597f481b47c91e5.tar.gz
nixpkgs-90c92550f6f84180e40ce4d00597f481b47c91e5.tar.bz2
nixpkgs-90c92550f6f84180e40ce4d00597f481b47c91e5.tar.lz
nixpkgs-90c92550f6f84180e40ce4d00597f481b47c91e5.tar.xz
nixpkgs-90c92550f6f84180e40ce4d00597f481b47c91e5.tar.zst
nixpkgs-90c92550f6f84180e40ce4d00597f481b47c91e5.zip
ormolu: Add shell completion
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-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 0c7d6a3ed8d..f6726381df5 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