Author: shlevy
Date: Mon Apr  4 13:45:16 2011
New Revision: 26679
URL: https://svn.nixos.org/websvn/nix/?rev=26679&sc=1

Log:
Put vim on the live cd in place of nvi

Modified:
   nixos/trunk/doc/manual/installation.xml
   nixos/trunk/modules/profiles/base.nix

Modified: nixos/trunk/doc/manual/installation.xml
==============================================================================
--- nixos/trunk/doc/manual/installation.xml     Mon Apr  4 13:36:05 2011        
(r26678)
+++ nixos/trunk/doc/manual/installation.xml     Mon Apr  4 13:45:16 2011        
(r26679)
@@ -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>vi</command> are
+    editors <command>nano</command> and <command>vim</command> are
     available.</para>
 
     <para>You need to specify a root file system in

Modified: nixos/trunk/modules/profiles/base.nix
==============================================================================
--- nixos/trunk/modules/profiles/base.nix       Mon Apr  4 13:36:05 2011        
(r26678)
+++ nixos/trunk/modules/profiles/base.nix       Mon Apr  4 13:45:16 2011        
(r26679)
@@ -85,7 +85,7 @@
     pkgs.dar # disk archiver
 
     # Some editors.
-    pkgs.nvi
+    pkgs.vim
     pkgs.bvi # binary editor
     pkgs.joe
   ];
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to