summary refs log tree commit diff
diff options
context:
space:
mode:
authorRaphael Das Gupta <raphael.das.gupta@hsr.ch>2017-09-21 00:47:57 +0200
committerGitHub <noreply@github.com>2017-09-21 00:47:57 +0200
commit42d6e933d6190461ecd5b2be585008d9807a6258 (patch)
tree7f490e742b9ca5ab064893b0e73f292e2ba88b06
parent29c1888a57242ef83c65cd7810545c2b2efb8fdf (diff)
downloadnixlib-42d6e933d6190461ecd5b2be585008d9807a6258.tar
nixlib-42d6e933d6190461ecd5b2be585008d9807a6258.tar.gz
nixlib-42d6e933d6190461ecd5b2be585008d9807a6258.tar.bz2
nixlib-42d6e933d6190461ecd5b2be585008d9807a6258.tar.lz
nixlib-42d6e933d6190461ecd5b2be585008d9807a6258.tar.xz
nixlib-42d6e933d6190461ecd5b2be585008d9807a6258.tar.zst
nixlib-42d6e933d6190461ecd5b2be585008d9807a6258.zip
xonsh: fix typo ("xnosh") in "enable" description
-rw-r--r--nixos/modules/programs/xonsh.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/xonsh.nix b/nixos/modules/programs/xonsh.nix
index c0be2d8884b3..49cc4906e038 100644
--- a/nixos/modules/programs/xonsh.nix
+++ b/nixos/modules/programs/xonsh.nix
@@ -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;
       };