summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorMatt Wittmann <mcwitt@gmail.com>2021-01-14 08:38:14 -0800
committerEmery Hemingway <ehmry@posteo.net>2021-01-14 18:00:57 +0100
commitbede7ee08c62b72db8f3b8585b3a18065046c6bc (patch)
treebc65954d3eb93826ac46340633f1eefceef86626 /pkgs/development/haskell-modules/configuration-common.nix
parentd594362f366562949947fb6cccda5161a9b6437a (diff)
downloadnixpkgs-bede7ee08c62b72db8f3b8585b3a18065046c6bc.tar
nixpkgs-bede7ee08c62b72db8f3b8585b3a18065046c6bc.tar.gz
nixpkgs-bede7ee08c62b72db8f3b8585b3a18065046c6bc.tar.bz2
nixpkgs-bede7ee08c62b72db8f3b8585b3a18065046c6bc.tar.lz
nixpkgs-bede7ee08c62b72db8f3b8585b3a18065046c6bc.tar.xz
nixpkgs-bede7ee08c62b72db8f3b8585b3a18065046c6bc.tar.zst
nixpkgs-bede7ee08c62b72db8f3b8585b3a18065046c6bc.zip
haskellPackages.dhall-yaml: generate completions
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 f612b72b787..12a5c6e47fd 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -976,6 +976,7 @@ self: super: {
   # This issue can be mitigated with 'dontCheck' which skips the tests and their compilation.
   dhall-json = generateOptparseApplicativeCompletions ["dhall-to-json" "dhall-to-yaml"] (dontCheck super.dhall-json);
   dhall-nix = generateOptparseApplicativeCompletion "dhall-to-nix" super.dhall-nix;
+  dhall-yaml = generateOptparseApplicativeCompletions ["dhall-to-yaml-ng" "yaml-to-dhall"] super.dhall-yaml;
 
   # https://github.com/haskell-hvr/netrc/pull/2#issuecomment-469526558
   netrc = doJailbreak super.netrc;