diff --git a/flake.nix b/flake.nix index fd96b40cf..a73f5fd23 100644 --- a/flake.nix +++ b/flake.nix @@ -87,6 +87,9 @@ postgresql = prev.postgresql.overrideAttrs (_: final.lib.optionalAttrs (final.stdenv.hostPlatform.isMusl) { NIX_LDFLAGS = "--push-state --as-needed -lstdc++ --pop-state"; + LC_CTYPE = "C"; + + doCheck = false; }); }) ];