mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
7 lines
107 B
Bash
7 lines
107 B
Bash
tzdataHook() {
|
|
export TZDIR=@out@/share/zoneinfo
|
|
}
|
|
|
|
envHooks+=(tzdataHook)
|
|
crossEnvHooks+=(tzdataHook)
|