redshift: escape dollar sign

main
Zynh Ludwig 2024-07-24 01:52:41 -07:00
parent 4f33cd310d
commit 4e41b079e4
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ in
Type = "exec"; Type = "exec";
ExecStart = ExecStart =
let let
catFile = file: "$(${pkgs.coreutils}/bin/cat ${file})"; catFile = file: "\$(${pkgs.coreutils}/bin/cat ${file})";
toPaths = deg: "${cfgDir}/${deg}"; toPaths = deg: "${cfgDir}/${deg}";
fetchLatLon = lib.right fetchLatLon = lib.right
(lib.strings.concatStringsSep ":") (lib.strings.concatStringsSep ":")