about summary refs log tree commit diff
path: root/scripts/copy-from-other-stores.pl.in
AgeCommit message (Collapse)AuthorFilesLines
2008-07-12 * Quick prototype of a substituter that copies paths from other NixEelco Dolstra1-0/+82
stores (typically remote Nix stores mounted via e.g. NFS, or the Nix store on the NixOS installation CD). Example use: $ sshfs foo@example.org:/ /mnt $ NIX_OTHER_STORES=/mnt/nix \ NIX_SUBSTITUTERS=.../copy-from-other-stores.pl \ nix-env -i foo This will be especially useful for the installation CD since it doesn't require a manifest for the CD contents.