Skip to content

Commit bbd1190

Browse files
committed
add pgbouncer to flake
1 parent ade1845 commit bbd1190

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

nix/ext/versions.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
{
22
"http": {
3-
"1.5": {
4-
"postgresql": [
5-
"15"
6-
],
7-
"hash": "sha256-+N/CXm4arRgvhglanfvO0FNOBUWV5RL8mn/9FpNvcjY="
8-
},
93
"1.6": {
104
"postgresql": [
115
"15",

nix/packages/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
cleanup-ami = pkgs.callPackage ./cleanup-ami.nix { };
3535
dbmate-tool = pkgs.callPackage ./dbmate-tool.nix { inherit (self.supabase) defaults; };
3636
docs = pkgs.callPackage ./docs.nix { };
37+
pgbouncer = pkgs.callPackage ../pgbouncer.nix { };
3738
supabase-groonga = pkgs.callPackage ./groonga { };
3839
http-mock-server = pkgs.callPackage ./http-mock-server.nix { };
3940
local-infra-bootstrap = pkgs.callPackage ./local-infra-bootstrap.nix { };

0 commit comments

Comments
 (0)