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 11146d1 commit 6c3e993Copy full SHA for 6c3e993
nix/ext/pg_cron.nix
@@ -141,7 +141,7 @@ stdenv.mkDerivation {
141
meta = with lib; {
142
description = "Run Cron jobs through PostgreSQL (multi-version compatible)";
143
homepage = "https://github.com/citusdata/pg_cron";
144
- platforms = postgresql.meta.platforms;
+ inherit (postgresql.meta) platforms;
145
license = licenses.postgresql;
146
};
147
}
0 commit comments