fix channels.*.input defaultText formatting
This commit is contained in:
parent
aa825b87a6
commit
bb9bc02478
@ -40,7 +40,7 @@ nix flake
|
||||
|
||||
*_Default_*
|
||||
```
|
||||
"inputs.\\<name\\>"
|
||||
"inputs.<name>"
|
||||
```
|
||||
|
||||
|
||||
|
@ -52,7 +52,7 @@ let
|
||||
input = mkOption {
|
||||
type = flakeType;
|
||||
default = cfg.inputs.${name};
|
||||
defaultText = escape [ "<" ">" ] "inputs.<name>";
|
||||
defaultText = "inputs.<name>";
|
||||
description = ''
|
||||
nixpkgs flake input to use for this channel
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user