nix: provide shell completions via flake packages

This commit is contained in:
Wolfgang Walther
2025-06-24 01:44:44 +00:00
committed by Laurence Isla
parent de25b26f3e
commit 969e4afb26
+1
View File
@@ -92,6 +92,7 @@ rec {
postgrestPackage = pkgs.lib.pipe postgrest [ postgrestPackage = pkgs.lib.pipe postgrest [
lib.dontCheck lib.dontCheck
lib.enableSeparateBinOutput lib.enableSeparateBinOutput
(haskellPackages.generateOptparseApplicativeCompletions [ "postgrest" ])
]; ];
# Profiled dynamic executable. # Profiled dynamic executable.