Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nixos/tzupdate: Fix ShellCheck issue
Fixes the following warning when setting `systemd.enableStrictShellChecks = true`: > In /nix/store/lbzbwz5w0r7rn1m2h3cwa57nfs0xy6dd-unit-script-tzupdate-start/bin/tzupdate-start line 6: > timedatectl set-timezone $(/nix/store/q9bahab38yvn2lr3r3sdkvlnkg1rkzng-tzupdate-3.1.0/bin/tzupdate --print-only) > ^-- SC2046 (warning): Quote this to prevent word splitting.
- Loading branch information