Remove $mountPoint

I just don't see the reason for setting this globally, given that /mnt
is the default.
This commit is contained in:
Eelco Dolstra 2013-08-15 13:22:41 +02:00
parent b22e735d2b
commit 35e2bac069

View File

@ -32,6 +32,4 @@ with pkgs.lib;
# To speed up installation a little bit, include the complete stdenv
# in the Nix store on the CD.
isoImage.storeContents = [ pkgs.stdenv pkgs.busybox ];
environment.shellInit = "export mountPoint=/mnt";
}