Files
nix/scripts
Eelco Dolstra 15f39aba8c * Quick prototype of a substituter that copies paths from other Nix
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.
2008-07-12 18:58:24 +00:00
..
2007-10-22 12:05:18 +00:00
2007-10-22 12:05:18 +00:00
2007-09-18 08:26:55 +00:00
2007-08-15 09:24:06 +00:00
2008-03-20 10:16:36 +00:00