Skip to content

Commit 9437154

Browse files
sgillespiekderme
authored andcommitted
fix: Rollback postgres static lib to postgres_11
* Rollback haskell.nix/nixpkgs updates * Update hackage/chap/iohk-nix
1 parent d71c8ae commit 9437154

File tree

2 files changed

+26
-43
lines changed

2 files changed

+26
-43
lines changed

flake.lock

Lines changed: 25 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
(final: prev: with final; {
4848
# Required in order to build postgresql for musl
49-
postgresql = (final.postgresql_14
49+
postgresql = (final.postgresql_11
5050
.overrideAttrs (_: lib.optionalAttrs (stdenv.hostPlatform.isMusl) {
5151
dontDisableStatic = true;
5252
NIX_LDFLAGS = "--push-state --as-needed -lstdc++ --pop-state";

0 commit comments

Comments
 (0)