Skip to content

Commit 6c3e993

Browse files
Update nix/ext/pg_cron.nix
Co-authored-by: Tristan Ross <rosscomputerguy@protonmail.com>
1 parent 11146d1 commit 6c3e993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/ext/pg_cron.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ stdenv.mkDerivation {
141141
meta = with lib; {
142142
description = "Run Cron jobs through PostgreSQL (multi-version compatible)";
143143
homepage = "https://github.com/citusdata/pg_cron";
144-
platforms = postgresql.meta.platforms;
144+
inherit (postgresql.meta) platforms;
145145
license = licenses.postgresql;
146146
};
147147
}

0 commit comments

Comments
 (0)