Skip to content

Commit 46a1c49

Browse files
sgillespiekderme
authored andcommitted
fix: postgresql static build
1 parent 873c4da commit 46a1c49

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

flake.nix

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,13 @@
8282
version = "2.2.0";
8383
};
8484
})
85+
86+
(final: prev: {
87+
postgresql = prev.postgresql.overrideAttrs (_:
88+
final.lib.optionalAttrs (final.stdenv.hostPlatform.isMusl) {
89+
doCheck = false;
90+
});
91+
})
8592
];
8693
};
8794

0 commit comments

Comments
 (0)