guix/scripts
Eelco Dolstra a8629de827 * New command `nix-store --optimise' to reduce Nix store disk space
usage by finding identical files in the store and hard-linking them
  to each other.  It typically reduces the size of the store by
  something like 25-35%.  This is what the optimise-store.pl script
  did, but the new command is faster and more correct (it's safe wrt
  garbage collection and concurrent builds).
2007-10-09 22:14:27 +00:00
..
maintenance
Makefile.am
copying-collector.pl
download-using-manifests.pl.in * Get rid of the substitutes database table (NIX-47). Instead, if we 2007-08-12 00:29:28 +00:00
find-runtime-roots.pl.in * Scan /proc/sys/kernel/modprobe for roots to prevent the kernel 2007-03-20 11:13:15 +00:00
generate-patches.pl.in * Make the maximum patch size configurable. 2007-03-30 09:01:05 +00:00
nix-build.in * Check against creation of GC roots in the store. Those roots don't 2007-06-11 11:36:22 +00:00
nix-channel.in * nix-env: allow ~/.nix-defexpr to be a directory. If it is, then the 2007-09-17 16:08:24 +00:00
nix-collect-garbage.in * Remove old generations in all directories under 2007-03-13 11:30:57 +00:00
nix-copy-closure.in * Remove debug statement. 2007-06-04 12:03:33 +00:00
nix-install-package.in * Remove garbage. 2007-09-18 08:26:55 +00:00
nix-pack-closure.in * Enable nix-prefetch-url caching in nix-channel. 2007-08-10 00:28:44 +00:00
nix-prefetch-url.in * Remove garbage. 2007-09-18 08:26:55 +00:00
nix-profile.sh.in
nix-pull.in * Show errors in nix-prefetch-url. 2007-08-15 09:24:06 +00:00
nix-push.in * nix-push / generate-patches: bzip the manifest. 2007-09-04 15:38:09 +00:00
nix-unpack-closure.in
readconfig.pm.in
readmanifest.pm.in * nix-push / generate-patches: bzip the manifest. 2007-09-04 15:38:09 +00:00
remove-patches.pl
show-duplication.pl
update-manifest.pl