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 f10881b commit 7f7730eCopy full SHA for 7f7730e
flake.nix
@@ -141,8 +141,6 @@
141
#postgis_override = pkgs.postgis_override;
142
getPostgresqlPackage = version:
143
pkgs.postgresql."postgresql_${version}";
144
- #we will add supported versions to this list in the future
145
- supportedVersions = [ "15" ];
146
# Create a 'receipt' file for a given postgresql package. This is a way
147
# of adding a bit of metadata to the package, which can be used by other
148
# tools to inspect what the contents of the install are: the PSQL
0 commit comments