Skip to content

Commit

Permalink
Fix "bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UT…
Browse files Browse the repository at this point in the history
…F-8)" warning on nix devShell
  • Loading branch information
RCoeurjoly committed Aug 23, 2024
1 parent 72f77dd commit c9b770f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
packages.default = yosys;
defaultPackage = yosys;
devShell = pkgs.mkShell {
LOCALE_ARCHIVE = "${pkgs.glibcLocales}/lib/locale/locale-archive";
buildInputs = with pkgs; [ clang llvmPackages.bintools bison flex libffi tcl readline python3 llvmPackages.libcxxClang zlib git gtest abc-verifier ];
};
}
Expand Down

0 comments on commit c9b770f

Please sign in to comment.