* Doh!
svn path=/nixos/trunk/; revision=7885
This commit is contained in:
parent
7fac47a98b
commit
7ac8157fed
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ cp /etc/resolv.conf $mountPoint/etc/
|
|||
# the CD can be copied directly.
|
||||
echo "registering substitutes to speed up builds..."
|
||||
chroot $mountPoint @nix@/bin/nix-store --clear-substitutes
|
||||
if test -e /mnt/MANIFEST; then
|
||||
if test -e /MANIFEST; then
|
||||
chroot $mountPoint @nix@/bin/nix-pull file:///mnt/MANIFEST
|
||||
fi
|
||||
rm -f $mountPoint/tmp/inst-store
|
||||
|
|
Loading…
Reference in a new issue