Fix glibc 2.27 issue with Nix
See the comments in .profile for an explanation and a link to a thread that has a longer-conversation.
This commit is contained in:
parent
57b6750789
commit
827448d116
1 changed files with 5 additions and 0 deletions
|
@ -18,5 +18,10 @@ export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND"
|
|||
export DOTFILES="$HOME/Dropbox/dotfiles"
|
||||
export ORG_DIRECTORY="$HOME/Dropbox/org"
|
||||
|
||||
# This fixes nixpkgs that rely on glibc-2.27, which allegedly breaks locale
|
||||
# issues.
|
||||
# See this thread for more details: https://github.com/NixOS/nixpkgs/issues/8398
|
||||
export LOCALE_ARCHIVE=$(readlink ~/.nix-profile/lib/locale)/locale-archive
|
||||
|
||||
# Set environment variables for Nix
|
||||
source ~/.nix-profile/etc/profile.d/nix.sh
|
||||
|
|
Loading…
Reference in a new issue