Put vim on the live cd in place of nvi

svn path=/nixos/trunk/; revision=26679
This commit is contained in:
Shea Levy 2011-04-04 13:45:16 +00:00
parent fcaec58d27
commit 2ddda472c4
2 changed files with 2 additions and 2 deletions

View file

@ -152,7 +152,7 @@ $ nixos-option --install</screen>
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

View file

@ -85,7 +85,7 @@
pkgs.dar # disk archiver
# Some editors.
pkgs.nvi
pkgs.vim
pkgs.bvi # binary editor
pkgs.joe
];