Age | Commit message (Expand) | Author | Files | Lines |
2008-09-08 | * Doh. | Eelco Dolstra | 1 | -1/+1 |
2008-08-29 | Added nix-http-export.cgi to extra distributed scripts; so it can be installe... | Michael Raskin | 1 | -2/+3 |
2008-08-06 | Updates to nix-reduce-build | Michael Raskin | 1 | -26/+50 |
2008-08-04 | * nix-build: `--dry-run' flag. | Eelco Dolstra | 1 | -0/+9 |
2008-08-04 | * Doh. | Eelco Dolstra | 2 | -0/+3 |
2008-08-02 | Updates to nix-reduce-build: only realize fixed derivations if user asks so, ... | Michael Raskin | 1 | -1/+32 |
2008-08-02 | * Make nix-env --dry-run print the paths to be substituted correctly | Eelco Dolstra | 2 | -67/+81 |
2008-07-23 | * A quick hack to make nix-prefetch-url support mirror:// URLs. It | Eelco Dolstra | 1 | -0/+22 |
2008-07-23 | * Make sure that copy-from-other-stores.pl is built. | Eelco Dolstra | 1 | -1/+2 |
2008-07-18 | * Allow read-only access to the store (e.g., non-root users on NixOS | Eelco Dolstra | 1 | -1/+2 |
2008-07-18 | * Use the copy-from-other-stores substituter by default. Of course, | Eelco Dolstra | 2 | -9/+16 |
2008-07-12 | * Quick prototype of a substituter that copies paths from other Nix | Eelco Dolstra | 2 | -1/+84 |
2008-06-14 | Also trying to build derivers in case we cannot get substituters | Michael Raskin | 1 | -1/+9 |
2008-06-14 | Added local best-effort builds (i.e. one failure does not ruin all packages y... | Michael Raskin | 2 | -3/+17 |
2008-06-13 | Stupid error in script | Michael Raskin | 1 | -1/+1 |
2008-06-13 | OK, I will believe that fix does no worse.. | Michael Raskin | 1 | -1/+1 |
2008-06-12 | Updated help text | Michael Raskin | 1 | -6/+15 |
2008-06-12 | Added verbosity for nix-reduce-build | Michael Raskin | 1 | -0/+3 |
2008-05-11 | Added support for file:// archive (.nar.gz) repositories to nix-reduce-build.... | Michael Raskin | 1 | -0/+5 |
2008-05-07 | --proxy=proxy:3128 | Michael Raskin | 2 | -1/+51 |
2008-04-29 | Added http alternative transport for nix-reduce-build | Michael Raskin | 1 | -3/+12 |
2008-03-28 | * Fix for NIX-101 (should use an absolute path for call to nix-hash). | Eelco Dolstra | 1 | -1/+1 |
2008-03-20 | * Cleanup. | Eelco Dolstra | 1 | -5/+9 |
2008-02-28 | * Don't install nix-reduce-build by default yet please, I first want | Eelco Dolstra | 1 | -2/+2 |
2008-02-27 | Added nix-reduce-build. You point it to some path you want to build and it fe... | Michael Raskin | 2 | -2/+71 |
2007-12-30 | * Don't use "store expression", it's obsolete. | Eelco Dolstra | 1 | -2/+2 |
2007-11-16 | * Flag `--no-build-hook' to disable distributed builds. | Eelco Dolstra | 1 | -1/+1 |
2007-11-15 | * nix-build: pass --argstr to nix-instantiate. | Eelco Dolstra | 1 | -3/+3 |
2007-11-15 | * Doh! | Eelco Dolstra | 1 | -1/+2 |
2007-11-15 | * Add build-remote.pl to the Nix distribution. | Eelco Dolstra | 2 | -1/+211 |
2007-11-05 | * nix-prefetch-url: don't fail if /tmp/nix-prefetch-url-<pid> exists, | Eelco Dolstra | 1 | -4/+23 |
2007-10-22 | (no commit message) | Eelco Dolstra | 2 | -3/+1 |
2007-10-09 | * New command `nix-store --optimise' to reduce Nix store disk space | Eelco Dolstra | 1 | -91/+0 |
2007-09-18 | * Remove garbage. | Eelco Dolstra | 2 | -2/+2 |
2007-09-17 | * nix-env: allow ~/.nix-defexpr to be a directory. If it is, then the | Eelco Dolstra | 1 | -3/+8 |
2007-09-04 | * nix-push / generate-patches: bzip the manifest. | Eelco Dolstra | 2 | -0/+12 |
2007-08-22 | * nix-channel: supports users who don't have write permission to the | Eelco Dolstra | 1 | -12/+21 |
2007-08-15 | * Show errors in nix-prefetch-url. | Eelco Dolstra | 3 | -4/+5 |
2007-08-14 | * Fix the tests. | Eelco Dolstra | 1 | -1/+2 |
2007-08-12 | * Get rid of the substitutes database table (NIX-47). Instead, if we | Eelco Dolstra | 3 | -52/+48 |
2007-08-10 | * nix-pull: support bzipped manifests: when doing a nix-pull on $url, | Eelco Dolstra | 1 | -8/+32 |
2007-08-10 | * Enable nix-prefetch-url caching in nix-channel. | Eelco Dolstra | 2 | -3/+9 |
2007-08-10 | * Don't rely on /dev/stdin. | Eelco Dolstra | 1 | -1/+2 |
2007-08-09 | * nix-pull: using nix-prefetch-url (so that we get caching for free), | Eelco Dolstra | 1 | -8/+9 |
2007-08-09 | * nix-prefetch-url: support caching. If the environment variable | Eelco Dolstra | 3 | -13/+58 |
2007-06-11 | * Check against creation of GC roots in the store. Those roots don't | Eelco Dolstra | 1 | -2/+2 |
2007-06-04 | * Remove debug statement. | Eelco Dolstra | 1 | -1/+0 |
2007-05-02 | (no commit message) | Eelco Dolstra | 1 | -1/+0 |
2007-05-01 | * Give unpacked channels more sensible names than 0, 1, ... They now | Eelco Dolstra | 1 | -8/+9 |
2007-03-30 | * Make the maximum patch size configurable. | Eelco Dolstra | 1 | -3/+9 |