forked from mirrors/nixpkgs
svn path=/nixos/branches/boot-order/; revision=22367
This commit is contained in:
parent
d43d321e86
commit
6c6710b85a
|
@ -54,7 +54,7 @@ done
|
|||
|
||||
# Also include a manifest of the closures in a format suitable for
|
||||
# nix-store --load-db.
|
||||
if [ -n "$object"; ]; then
|
||||
if [ -n "$object" ]; then
|
||||
printRegistration=1 perl $pathsFromGraph closure-* > nix-path-registration
|
||||
echo "nix-path-registration=nix-path-registration" >> pathlist
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue