Skip to content

Commit 7d12cec

Browse files
committed
build(nix): See if we can build a static postgresql_17
1 parent 98ccdbb commit 7d12cec

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

flake.nix

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,12 @@
9393
};
9494
})
9595

96+
# TODO: Remove me (See Note[PostgreSQL 17])
97+
(final: prev: {
98+
postgresql = nixpkgsUpstream.postgresql_17;
99+
postgresql_17 = nixpkgsUpstream.postgresql_17;
100+
})
101+
96102
(final: prev: {
97103
postgresql = prev.postgresql.overrideAttrs (_:
98104
final.lib.optionalAttrs (final.stdenv.hostPlatform.isMusl) {
@@ -103,10 +109,7 @@
103109
});
104110
})
105111

106-
# TODO: Remove me (See Note[PostgreSQL 17])
107-
(final: prev: {
108-
postgresql_17 = nixpkgsUpstream.postgresql_17;
109-
})
112+
110113
];
111114
};
112115

0 commit comments

Comments
 (0)