Merge pull request #29618 from das-g/patch-1

xonsh: fix typo ("xnosh") in "enable" description
This commit is contained in:
Jörg Thalheim 2017-09-20 23:56:36 +01:00 committed by GitHub
commit 53233c19c9

View File

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