forked from mirrors/nixpkgs
xonsh: fix typo ("xnosh") in "enable" description
This commit is contained in:
parent
29c1888a57
commit
42d6e933d6
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ in
|
||||||
enable = mkOption {
|
enable = mkOption {
|
||||||
default = false;
|
default = false;
|
||||||
description = ''
|
description = ''
|
||||||
Whether to configure xnosh as an interactive shell.
|
Whether to configure xonsh as an interactive shell.
|
||||||
'';
|
'';
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue