buildFHSEnv: export TZDIR
This is needed since NixOS keeps tzdata in non-standard /etc/zoneinfo path.
This commit is contained in:
parent
cc1820322a
commit
9db2a3e638
@ -52,6 +52,7 @@ let
|
|||||||
export LOCALE_ARCHIVE='/usr/lib/locale/locale-archive'
|
export LOCALE_ARCHIVE='/usr/lib/locale/locale-archive'
|
||||||
export LD_LIBRARY_PATH='/run/opengl-driver/lib:/run/opengl-driver-32/lib:/usr/lib:/usr/lib32'
|
export LD_LIBRARY_PATH='/run/opengl-driver/lib:/run/opengl-driver-32/lib:/usr/lib:/usr/lib32'
|
||||||
export PATH='/run/wrappers/bin:/usr/bin:/usr/sbin'
|
export PATH='/run/wrappers/bin:/usr/bin:/usr/sbin'
|
||||||
|
export TZDIR='/etc/zoneinfo'
|
||||||
|
|
||||||
# Force compilers and other tools to look in default search paths
|
# Force compilers and other tools to look in default search paths
|
||||||
unset NIX_ENFORCE_PURITY
|
unset NIX_ENFORCE_PURITY
|
||||||
|
Loading…
x
Reference in New Issue
Block a user