Hi all,

NixOS manual section 1.2.7 currently says "The text editors *nano* and *vim* are available" in the livecd environment, but vim isn't available, vi is. This patch fixes this.

Cheers,
Shea Levy
Index: doc/manual/installation.xml
===================================================================
--- doc/manual/installation.xml	(revision 26499)
+++ doc/manual/installation.xml	(working copy)
@@ -152,7 +152,7 @@
     write a description of the configuration that you want to be built and
     activated.  The configuration is specified in a Nix expression and must
     be stored <emphasis>on the target file system</emphasis>.  The text
-    editors <command>nano</command> and <command>vim</command> are
+    editors <command>nano</command> and <command>vi</command> are
     available.</para>
 
     <para>You need to specify a root file system in
_______________________________________________
nix-dev mailing list
[email protected]
https://mail.cs.uu.nl/mailman/listinfo/nix-dev

Reply via email to