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