diff --git a/default.nix b/default.nix index 3cb18c1b7..54363ef16 100644 --- a/default.nix +++ b/default.nix @@ -92,6 +92,7 @@ rec { postgrestPackage = pkgs.lib.pipe postgrest [ lib.dontCheck lib.enableSeparateBinOutput + (haskellPackages.generateOptparseApplicativeCompletions [ "postgrest" ]) ]; # Profiled dynamic executable.