redshift: escape dollar sign
parent
4f33cd310d
commit
4e41b079e4
|
@ -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 ":")
|
||||||
|
|
Loading…
Reference in New Issue