Switch to patched tzdir

This fixes today not respecting the TZDIR environment variable, which is
necessary since NixOS uses a nonstandard time zone data location.
This commit is contained in:
Joscha 2021-12-29 00:53:27 +01:00
parent f9dbc0db01
commit 8af268bd68
2 changed files with 2 additions and 3 deletions

View file

@ -12,4 +12,4 @@ pest = "2.1.3"
pest_derive = "2.1.0"
structopt = "0.3.25"
thiserror = "1.0.30"
tzfile = "0.1.3"
tzfile = { git = "https://github.com/Garmelon/tzfile.git", branch = "tzdir" }