aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2013-01-02Reinstate the http://nixos.org/binary-cache default for the binary-caches set...Eelco Dolstra
2012-12-21download-from-binary-cache: Use the channels of the calling user rather than ...Eelco Dolstra
2012-12-06Set a long SQLite timeout in the binary cache substituterEelco Dolstra
2012-12-05Support xz compression of nixexprs.tar in channelsEelco Dolstra
2012-11-26Undo accidental debug changeEelco Dolstra
2012-11-26Make "nix-build -A <derivation>.<output>" do the right thingEelco Dolstra
2012-11-23nix-copy-closure: Add flag ‘--use-substitutes’Eelco Dolstra
2012-11-09Use a shorter Nixpkgs channel URLEelco Dolstra
2012-11-06download-from-binary-cache: Try next cache if downloading a NAR failsEelco Dolstra
2012-11-06Process binary caches in order of priorityEelco Dolstra
2012-11-06nix-push: Handle pushing a symlinkEelco Dolstra
2012-11-06Add an option ‘use-binary-caches’Eelco Dolstra
2012-11-06Fix "Not an ARRAY reference" errorEelco Dolstra
2012-10-23nix-prefetch-url: Improve option handlingEelco Dolstra
2012-10-18nix-push: Add a flag ‘--manifest-path’ to write the manifest to another d...Eelco Dolstra
2012-10-17nix-push: Add ‘--link’ flagEelco Dolstra
2012-10-17nix-push: Only generate and copy a NAR if it doesn't already existEelco Dolstra
2012-10-11download-from-binary-cache: Remove duplicate entries in trustedURLsEelco Dolstra
2012-10-03When ‘--help’ is given, just run ‘man’ to show the manual pageEelco Dolstra
2012-10-03nix-build: Support ‘--repair’ flagEelco Dolstra
2012-10-02Add operation ‘nix-store --repair-path’Eelco Dolstra
2012-09-21Style fixEelco Dolstra
2012-09-19Support xz compression in the download-using-manifests substituterEelco Dolstra
2012-09-13nix-collect-garbage: Support --dry-runEelco Dolstra
2012-09-13nix-profile.sh: Revert to single-user versionEelco Dolstra
2012-09-13Put a time-to-live on negative binary cache lookupsEelco Dolstra
2012-09-13DohEelco Dolstra
2012-09-13nix-channel: Add option to force fetching of manifestsEelco Dolstra
2012-09-13Delete manifests in "nix-channel --remove" or when a binary cache is availableEelco Dolstra
2012-09-12Build hook: Pass the timeout to the remote builderEelco Dolstra
2012-09-12Compatibility fix for WWW::Curl < 4.14Eelco Dolstra
2012-09-11Support building a derivation if some outputs are already validEelco Dolstra
2012-08-27Disable the binary cache substituter by default for nowEelco Dolstra
2012-08-27Drop dependency on List::MoreUtilsEelco Dolstra
2012-08-27Merge branch 'master' into no-manifestsEelco Dolstra
2012-08-24Include the output name in the GC root linkEelco Dolstra
2012-08-01nix-channel: Use binary caches advertised by channelsEelco Dolstra
2012-08-01download-from-binary-cache: Remove duplicate URLsEelco Dolstra
2012-08-01Report substituter errors to clients of the Nix daemonEelco Dolstra
2012-07-31Allow daemon users to override ‘binary-caches’Eelco Dolstra
2012-07-30Do some validation of URLsEelco Dolstra
2012-07-30Get rid of $NIX_BINARY_CACHESEelco Dolstra
2012-07-30nix-install-package: Support binary cachesEelco Dolstra
2012-07-27Allow a binary cache to declare that it doesn't support "nix-env -qas"Eelco Dolstra
2012-07-27Let build.cc verify the expected hash of a substituter's outputEelco Dolstra
2012-07-27download-using-manifests: Don't use nix-prefetch-urlEelco Dolstra
2012-07-27Remove trailing whitespace / tabsEelco Dolstra
2012-07-27download-from-binary-cache: Only use the default cache for /nix/storeEelco Dolstra
2012-07-26nix-push: Support generating a manifest againEelco Dolstra
2012-07-26nix-push: Remove the upload featureEelco Dolstra