We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de25b26 commit 969e4afCopy full SHA for 969e4af
default.nix
@@ -92,6 +92,7 @@ rec {
92
postgrestPackage = pkgs.lib.pipe postgrest [
93
lib.dontCheck
94
lib.enableSeparateBinOutput
95
+ (haskellPackages.generateOptparseApplicativeCompletions [ "postgrest" ])
96
];
97
98
# Profiled dynamic executable.
0 commit comments