Merge pull request #29618 from das-g/patch-1
xonsh: fix typo ("xnosh") in "enable" description
This commit is contained in:
commit
53233c19c9
@ -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…
Reference in New Issue
Block a user