3
0
Fork 0
forked from mirrors/nixpkgs

* Remove old manifests in the installer.

svn path=/nixos/trunk/; revision=9130
This commit is contained in:
Eelco Dolstra 2007-08-15 09:30:28 +00:00
parent cc3803f207
commit cc4d0d118a

View file

@ -122,7 +122,7 @@ cp /etc/resolv.conf $mountPoint/etc/
# Pull the manifest on the CD so that everything in the Nix store on
# the CD can be copied directly.
echo "registering substitutes to speed up builds..."
chroot $mountPoint @nix@/bin/nix-store --clear-substitutes
rm -f $mountPoint/nix/var/nix/manifests/*
if test -e /MANIFEST; then
chroot $mountPoint @nix@/bin/nix-pull file:///mnt/MANIFEST
fi