mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
xonsh: fix typo ("xnosh") in "enable" description
This commit is contained in:
parent
29c1888a57
commit
42d6e933d6
@ -21,7 +21,7 @@ in
|
||||
enable = mkOption {
|
||||
default = false;
|
||||
description = ''
|
||||
Whether to configure xnosh as an interactive shell.
|
||||
Whether to configure xonsh as an interactive shell.
|
||||
'';
|
||||
type = types.bool;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user