* Remove old manifests in the installer.
svn path=/nixos/trunk/; revision=9130
This commit is contained in:
parent
cc3803f207
commit
cc4d0d118a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue