guix/scripts
Eelco Dolstra eb233e728f * `--min-age' flag in nix-store and nix-collect-garbage to only delete
unreachable paths that haven't been used for N hours.  For instance,
  `nix-collect-garbage --min-age 168' only deletes paths that haven't
  been accessed in the last week.

  This is useful for instance in the build farm where many derivations
  can be shared between consecutive builds, and we wouldn't want a
  garbage collect to throw them all away.  We could of course register
  them as roots, but then we'd to unregister them at some point, which
  would be a pain to manage.  The `--min-age' flag gives us a sort of
  MRU caching scheme.

  BUG: this really shouldn't be in gc.cc since that violates
  mechanism/policy separation.
2004-08-25 16:54:08 +00:00
..
Makefile.am * A utility script `nix-build' that builds Nix expressions and prints 2004-06-22 15:12:34 +00:00
nix-build.in * Flag `--no-link' suppresses symlinking to the output path. 2004-08-18 12:11:31 +00:00
nix-channel.in * Channels. These allow you to stay current with an evolving set of 2004-04-21 14:54:05 +00:00
nix-collect-garbage.in * `--min-age' flag in nix-store and nix-collect-garbage to only delete 2004-08-25 16:54:08 +00:00
nix-install-package.in * Switched from wget to curl. 2004-04-06 08:18:51 +00:00
nix-prefetch-url.in * Adapted nix-pull to use the new substitute mechanism. 2004-06-21 09:51:23 +00:00
nix-profile.sh.in * Improvements to profiles. Generations are now per-profile, e.g., 2004-02-06 10:30:20 +00:00
nix-pull.in * Adapted nix-pull to use the new substitute mechanism. 2004-06-21 09:51:23 +00:00
nix-push.in * Setuid support for sharing a Nix installation between multiple 2004-08-20 14:49:05 +00:00
prebuilts.conf * Doh! Edited `readmanifest.pm' instead of `readmanifest.pm.in'. 2004-01-16 14:54:39 +00:00
readmanifest.pm.in * Adapted nix-pull to use the new substitute mechanism. 2004-06-21 09:51:23 +00:00