From 969e4afb2683974464644d40c28c9b9ebeec0e6a Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sat, 21 Jun 2025 22:38:21 +0200 Subject: [PATCH] nix: provide shell completions via flake packages --- default.nix | 1 + 1 file changed, 1 insertion(+) 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.