File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
development/haskell-modules Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -480,6 +480,9 @@ builtins.intersectAttrs super {
480480 hasql-pool = dontCheck super . hasql-pool ;
481481 hasql-transaction = dontCheck super . hasql-transaction ;
482482
483+ # Avoid compiling twice by providing executable as a separate output (with small closure size),
484+ postgres-websockets = enableSeparateBinOutput super . postgres-websockets ;
485+
483486 # Test suite requires a running postgresql server,
484487 # avoid compiling twice by providing executable as a separate output (with small closure size),
485488 # generate shell completion
Original file line number Diff line number Diff line change @@ -12484,6 +12484,7 @@ with pkgs;
1248412484 postgresql16JitPackages = recurseIntoAttrs postgresql_16_jit.pkgs;
1248512485 postgresql17JitPackages = recurseIntoAttrs postgresql_17_jit.pkgs;
1248612486
12487+ postgres-websockets = haskellPackages.postgres-websockets.bin;
1248712488 postgrest = haskellPackages.postgrest.bin;
1248812489
1248912490 prom2json = callPackage ../servers/monitoring/prometheus/prom2json.nix { };
You can’t perform that action at this time.
0 commit comments