diff --git a/flake.nix b/flake.nix index adb02f1d1..059c27d2a 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; }); }) ];