treewide: Remove unwanted dependencies (#7487)
Fixes interpolation of packages in the default and example texts.
This commit is contained in:
parent
460f1e9af9
commit
8eb2f2a26a
14 changed files with 50 additions and 18 deletions
|
|
@ -302,7 +302,7 @@ in
|
|||
|
||||
shell = mkOption {
|
||||
default = defaultShell;
|
||||
example = literalExpression "${pkgs.zsh}/bin/zsh";
|
||||
example = literalExpression "\${pkgs.zsh}/bin/zsh";
|
||||
type = with types; nullOr str;
|
||||
description = "Set the default-shell tmux variable.";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue