redshift: escape dollar sign
This commit is contained in:
parent
4f33cd310d
commit
4e41b079e4
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ in
|
|||
Type = "exec";
|
||||
ExecStart =
|
||||
let
|
||||
catFile = file: "$(${pkgs.coreutils}/bin/cat ${file})";
|
||||
catFile = file: "\$(${pkgs.coreutils}/bin/cat ${file})";
|
||||
toPaths = deg: "${cfgDir}/${deg}";
|
||||
fetchLatLon = lib.right
|
||||
(lib.strings.concatStringsSep ":")
|
||||
|
|
Loading…
Reference in a new issue