mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
less.nix: fix escape
$$ does not escape $ \$ does
This commit is contained in:
parent
6e2ec95de8
commit
5e647319ae
@ -40,7 +40,7 @@ in
|
||||
configFile = mkOption {
|
||||
type = types.nullOr types.path;
|
||||
default = null;
|
||||
example = literalExample "$${pkgs.my-configs}/lesskey";
|
||||
example = literalExample "\${pkgs.my-configs}/lesskey";
|
||||
description = ''
|
||||
Path to lesskey configuration file.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user