less.nix: fix escape
$$ does not escape $ \$ does
This commit is contained in:
parent
6e2ec95de8
commit
5e647319ae
@ -40,7 +40,7 @@ in
|
|||||||
configFile = mkOption {
|
configFile = mkOption {
|
||||||
type = types.nullOr types.path;
|
type = types.nullOr types.path;
|
||||||
default = null;
|
default = null;
|
||||||
example = literalExample "$${pkgs.my-configs}/lesskey";
|
example = literalExample "\${pkgs.my-configs}/lesskey";
|
||||||
description = ''
|
description = ''
|
||||||
Path to lesskey configuration file.
|
Path to lesskey configuration file.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user