xonsh: fix typo ("xnosh") in "enable" description

This commit is contained in:
Raphael Das Gupta 2017-09-21 00:47:57 +02:00 committed by GitHub
parent 29c1888a57
commit 42d6e933d6

View File

@ -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;
};