Age | Commit message (Expand) | Author | Files | Lines |
2012-11-09 | Use a shorter Nixpkgs channel URL | Eelco Dolstra | 1 | -1/+1 |
2012-11-06 | download-from-binary-cache: Try next cache if downloading a NAR fails | Eelco Dolstra | 1 | -1/+1 |
2012-11-06 | Process binary caches in order of priority | Eelco Dolstra | 1 | -7/+14 |
2012-11-06 | nix-push: Handle pushing a symlink | Eelco Dolstra | 1 | -2/+0 |
2012-11-06 | Add an option ‘use-binary-caches’ | Eelco Dolstra | 1 | -0/+4 |
2012-11-06 | Fix "Not an ARRAY reference" error | Eelco Dolstra | 1 | -1/+1 |
2012-10-23 | nix-prefetch-url: Improve option handling | Eelco Dolstra | 1 | -3/+20 |
2012-10-18 | nix-push: Add a flag ‘--manifest-path’ to write the manifest to another d... | Eelco Dolstra | 1 | -1/+8 |
2012-10-17 | nix-push: Add ‘--link’ flag | Eelco Dolstra | 1 | -1/+8 |
2012-10-17 | nix-push: Only generate and copy a NAR if it doesn't already exist | Eelco Dolstra | 4 | -64/+49 |
2012-10-11 | download-from-binary-cache: Remove duplicate entries in trustedURLs | Eelco Dolstra | 1 | -1/+1 |
2012-10-03 | When ‘--help’ is given, just run ‘man’ to show the manual page | Eelco Dolstra | 7 | -83/+28 |
2012-10-03 | nix-build: Support ‘--repair’ flag | Eelco Dolstra | 1 | -1/+1 |
2012-10-02 | Add operation ‘nix-store --repair-path’ | Eelco Dolstra | 3 | -8/+11 |
2012-09-21 | Style fix | Eelco Dolstra | 2 | -6/+6 |
2012-09-19 | Support xz compression in the download-using-manifests substituter | Eelco Dolstra | 2 | -2/+9 |
2012-09-13 | nix-collect-garbage: Support --dry-run | Eelco Dolstra | 1 | -3/+6 |
2012-09-13 | nix-profile.sh: Revert to single-user version | Eelco Dolstra | 1 | -44/+11 |
2012-09-13 | Put a time-to-live on negative binary cache lookups | Eelco Dolstra | 1 | -3/+30 |
2012-09-13 | Doh | Eelco Dolstra | 1 | -2/+2 |
2012-09-13 | nix-channel: Add option to force fetching of manifests | Eelco Dolstra | 1 | -0/+7 |
2012-09-13 | Delete manifests in "nix-channel --remove" or when a binary cache is available | Eelco Dolstra | 3 | -14/+8 |
2012-09-12 | Build hook: Pass the timeout to the remote builder | Eelco Dolstra | 1 | -3/+4 |
2012-09-12 | Compatibility fix for WWW::Curl < 4.14 | Eelco Dolstra | 1 | -1/+2 |
2012-09-11 | Support building a derivation if some outputs are already valid | Eelco Dolstra | 1 | -11/+12 |
2012-08-27 | Disable the binary cache substituter by default for now | Eelco Dolstra | 1 | -3/+2 |
2012-08-27 | Drop dependency on List::MoreUtils | Eelco Dolstra | 1 | -3/+2 |
2012-08-27 | Merge branch 'master' into no-manifests | Eelco Dolstra | 1 | -6/+6 |
2012-08-24 | Include the output name in the GC root link | Eelco Dolstra | 1 | -6/+6 |
2012-08-01 | nix-channel: Use binary caches advertised by channels | Eelco Dolstra | 2 | -17/+30 |
2012-08-01 | download-from-binary-cache: Remove duplicate URLs | Eelco Dolstra | 1 | -2/+2 |
2012-08-01 | Report substituter errors to clients of the Nix daemon | Eelco Dolstra | 1 | -7/+3 |
2012-07-31 | Allow daemon users to override ‘binary-caches’ | Eelco Dolstra | 1 | -3/+27 |
2012-07-30 | Do some validation of URLs | Eelco Dolstra | 3 | -5/+8 |
2012-07-30 | Get rid of $NIX_BINARY_CACHES | Eelco Dolstra | 1 | -3/+2 |
2012-07-30 | nix-install-package: Support binary caches | Eelco Dolstra | 1 | -10/+19 |
2012-07-27 | Allow a binary cache to declare that it doesn't support "nix-env -qas" | Eelco Dolstra | 2 | -85/+121 |
2012-07-27 | Let build.cc verify the expected hash of a substituter's output | Eelco Dolstra | 3 | -20/+9 |
2012-07-27 | download-using-manifests: Don't use nix-prefetch-url | Eelco Dolstra | 2 | -42/+30 |
2012-07-27 | Remove trailing whitespace / tabs | Eelco Dolstra | 1 | -17/+17 |
2012-07-27 | download-from-binary-cache: Only use the default cache for /nix/store | Eelco Dolstra | 1 | -1/+3 |
2012-07-26 | nix-push: Support generating a manifest again | Eelco Dolstra | 1 | -10/+34 |
2012-07-26 | nix-push: Remove the upload feature | Eelco Dolstra | 1 | -51/+24 |
2012-07-26 | download-from-binary-cache: Support file:// | Eelco Dolstra | 1 | -9/+14 |
2012-07-26 | Merge branch 'master' into no-manifests | Eelco Dolstra | 2 | -3/+7 |
2012-07-25 | nix-profile.sh: Don't set NIX_REMOTE on single user installations | Eelco Dolstra | 1 | -1/+1 |
2012-07-25 | Subscribe to the Nixpkgs rather than NixOS channel | Eelco Dolstra | 1 | -2/+2 |
2012-07-23 | nix-build: Support the ‘-’ argument to build an expression from stdin | Eelco Dolstra | 1 | -0/+4 |
2012-07-18 | download-from-binary-cache: Print correct URL | Eelco Dolstra | 1 | -2/+5 |
2012-07-17 | Print some debug output | Eelco Dolstra | 1 | -8/+15 |