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.
2 parents d3cba66 + a59e625 commit b0b3a70Copy full SHA for b0b3a70
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