We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ade1845 commit bbd1190Copy full SHA for bbd1190
nix/ext/versions.json
@@ -1,11 +1,5 @@
1
{
2
"http": {
3
- "1.5": {
4
- "postgresql": [
5
- "15"
6
- ],
7
- "hash": "sha256-+N/CXm4arRgvhglanfvO0FNOBUWV5RL8mn/9FpNvcjY="
8
- },
9
"1.6": {
10
"postgresql": [
11
"15",
nix/packages/default.nix
@@ -34,6 +34,7 @@
34
cleanup-ami = pkgs.callPackage ./cleanup-ami.nix { };
35
dbmate-tool = pkgs.callPackage ./dbmate-tool.nix { inherit (self.supabase) defaults; };
36
docs = pkgs.callPackage ./docs.nix { };
37
+ pgbouncer = pkgs.callPackage ../pgbouncer.nix { };
38
supabase-groonga = pkgs.callPackage ./groonga { };
39
http-mock-server = pkgs.callPackage ./http-mock-server.nix { };
40
local-infra-bootstrap = pkgs.callPackage ./local-infra-bootstrap.nix { };
0 commit comments