From f48b8dd5f6cecae47deeeff7c27a88fd44baac17 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Thu, 10 Dec 2020 20:45:50 +0100 Subject: [PATCH] niv: Add shell completion --- pkgs/development/haskell-modules/configuration-common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 121f2103733..0c7d6a3ed8d 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -951,6 +951,7 @@ self: super: { # Generate shell completion. cabal2nix = generateOptparseApplicativeCompletion "cabal2nix" super.cabal2nix; + niv = generateOptparseApplicativeCompletion "niv" super.niv; stack = generateOptparseApplicativeCompletion "stack" super.stack; # musl fixes