nix: provide shell completions via flake packages
This commit is contained in:
committed by
Laurence Isla
parent
de25b26f3e
commit
969e4afb26
@@ -92,6 +92,7 @@ rec {
|
||||
postgrestPackage = pkgs.lib.pipe postgrest [
|
||||
lib.dontCheck
|
||||
lib.enableSeparateBinOutput
|
||||
(haskellPackages.generateOptparseApplicativeCompletions [ "postgrest" ])
|
||||
];
|
||||
|
||||
# Profiled dynamic executable.
|
||||
|
||||
Reference in New Issue
Block a user