fix/scripts
Eelco Dolstra 630ae0c9d7 * nix-build: use an indirection scheme to make it easier for users to
get rid of GC roots.  Nix-build places a symlink `result' in the
  current directory.  Previously, removing that symlink would not
  remove the store path being linked to as a GC root.  Now, the GC
  root created by nix-build is actually a symlink in
  `/nix/var/nix/gcroots/auto' to `result'.  So if that symlink is
  removed the GC root automatically becomes invalid (since it can no
  longer be resolved).  The root itself is not automatically removed -
  the garbage collector should delete dangling roots.
2005-02-01 13:48:46 +00:00
..
download-using-manifests.pl.in * Really fix the substitute mechanism, i.e., ensure the closure 2005-01-25 17:08:52 +00:00
generate-patches.pl.in * Get rid of hardcoded paths. 2005-02-01 09:54:56 +00:00
Makefile.am
nix-build.in * nix-build: use an indirection scheme to make it easier for users to 2005-02-01 13:48:46 +00:00
nix-channel.in
nix-collect-garbage.in * Start of concurrent garbage collection. Processes write temporary 2005-01-31 10:27:25 +00:00
nix-install-package.in
nix-prefetch-url.in * Really fix the substitute mechanism, i.e., ensure the closure 2005-01-25 17:08:52 +00:00
nix-profile.sh.in
nix-pull.in * Really fix the substitute mechanism, i.e., ensure the closure 2005-01-25 17:08:52 +00:00
nix-push.in * Really fix the substitute mechanism, i.e., ensure the closure 2005-01-25 17:08:52 +00:00
optimise-store.pl
prebuilts.conf
readmanifest.pm.in * Really fix the substitute mechanism, i.e., ensure the closure 2005-01-25 17:08:52 +00:00
remove-patches.pl
update-manifest.pl