fix/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
..
maintenance
build-remote.pl.in
copy-from-other-stores.pl.in * Quick prototype of a substituter that copies paths from other Nix 2008-07-12 18:58:24 +00:00
copying-collector.pl
download-using-manifests.pl.in
find-runtime-roots.pl.in
generate-patches.pl.in
Makefile.am * Quick prototype of a substituter that copies paths from other Nix 2008-07-12 18:58:24 +00:00
nix-build.in * nix-build: pass --argstr to nix-instantiate. 2007-11-15 16:52:40 +00:00
nix-channel.in
nix-collect-garbage.in
nix-copy-closure.in
nix-http-export.cgi.in Added local best-effort builds (i.e. one failure does not ruin all packages you would like to see built) 2008-06-14 08:30:35 +00:00
nix-install-package.in
nix-pack-closure.in
nix-prefetch-url.in * Fix for NIX-101 (should use an absolute path for call to nix-hash). 2008-03-28 17:52:33 +00:00
nix-profile.sh.in
nix-pull.in
nix-push.in * Cleanup. 2008-03-20 10:16:36 +00:00
nix-reduce-build.in Also trying to build derivers in case we cannot get substituters 2008-06-14 08:48:40 +00:00
nix-unpack-closure.in
readconfig.pm.in
readmanifest.pm.in
remove-patches.pl
show-duplication.pl
update-manifest.pl