We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aa3656 commit a59e625Copy full SHA for a59e625
pkgs/build-support/build-fhsenv-bubblewrap/buildFHSEnv.nix
@@ -87,7 +87,7 @@ let
87
destination = "/etc/profile";
88
text = ''
89
export PS1='${name}-fhsenv:\u@\h:\w\$ '
90
- export LOCALE_ARCHIVE='/usr/lib/locale/locale-archive'
+ export LOCALE_ARCHIVE="''${LOCALE_ARCHIVE:-/usr/lib/locale/locale-archive}"
91
export PATH="/run/wrappers/bin:/usr/bin:/usr/sbin:$PATH"
92
export TZDIR='/etc/zoneinfo'
93
0 commit comments