Add missing postgresql14Packages
This commit is contained in:
parent
363f590140
commit
e6dd8c652e
1 changed files with 1 additions and 0 deletions
|
@ -21182,6 +21182,7 @@ with pkgs;
|
|||
postgresql11Packages = recurseIntoAttrs postgresql_11.pkgs;
|
||||
postgresql12Packages = recurseIntoAttrs postgresql_12.pkgs;
|
||||
postgresql13Packages = pkgs.postgresqlPackages;
|
||||
postgresql14Packages = recurseIntoAttrs postgresql_14.pkgs;
|
||||
|
||||
postgresql_jdbc = callPackage ../development/java-modules/postgresql_jdbc { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue