mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
5 lines
95 B
Bash
5 lines
95 B
Bash
tzdataHook() {
|
|
export TZDIR=@out@/share/zoneinfo
|
|
}
|
|
|
|
addEnvHooks "$targetOffset" tzdataHook
|