fix: time zone in nixpak

This commit is contained in:
Ryan Yin
2025-09-26 14:10:39 +08:00
parent 58e333a23b
commit 3ac0cea3cc
3 changed files with 2 additions and 12 deletions

View File

@@ -61,8 +61,8 @@ in
(sloth.concat' sloth.xdgConfigHome "/fontconfig")
"/etc/fonts" # for fontconfig
"/etc/machine-id"
"/etc/localtime"
"/etc/localtime" # this is a symlink to /etc/zoneinfo/xxx
"/etc/zoneinfo"
# Fix: libEGL warning: egl: failed to create dri2 screen
"/etc/egl"