aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-07-30Refactor settings processingEelco Dolstra
2012-07-30WhitespaceEelco Dolstra
2012-07-30Do some validation of URLsEelco Dolstra
2012-07-30Fix the testEelco Dolstra
2012-07-30Get rid of $NIX_BINARY_CACHESEelco Dolstra
2012-07-30nix-install-package: Support binary cachesEelco Dolstra
2012-07-30Pass configuration settings to the substitutersEelco Dolstra
2012-07-30Remove unused variablesEelco Dolstra
2012-07-30Fix whitespaceEelco Dolstra
2012-07-27Allow a binary cache to declare that it doesn't support "nix-env -qas"Eelco Dolstra
2012-07-27Use "set -x" in the tests to see where a test failsEelco Dolstra
2012-07-27Test "nix-env -qas" with the binary cache substituterEelco Dolstra
2012-07-27Let build.cc verify the expected hash of a substituter's outputEelco Dolstra
2012-07-27Remove more tabsEelco 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-26Fix the substituter testsEelco Dolstra
2012-07-26nix-push: Remove the upload featureEelco Dolstra
2012-07-26Add a test for the binary cache substituterEelco Dolstra
2012-07-26Clear NIX_STORE when running the testsEelco Dolstra
2012-07-26download-from-binary-cache: Support file://Eelco Dolstra
2012-07-26Add some .gitignore entriesEelco Dolstra
2012-07-26Merge branch 'master' into no-manifestsEelco Dolstra
2012-07-26Set permissions on temporary build directories to 0700Eelco Dolstra
2012-07-25nix-profile.sh: Don't set NIX_REMOTE on single user installationsEelco Dolstra
2012-07-25Subscribe to the Nixpkgs rather than NixOS channelEelco Dolstra
2012-07-25prim_import: When importing .drvs, allocate the intermediate attrset on the h...Shea Levy
2012-07-25Turn tests back onShea Levy
2012-07-25import: If the path is a valid .drv file, parse it and generate a derivation ...Shea Levy
2012-07-25Disable tests temporarilyShea Levy
2012-07-23Handle platforms that don't support linking to a symlinkEelco Dolstra
2012-07-23Unlink the right fileEelco Dolstra
2012-07-23Add a test for Nix store optimisationEelco Dolstra
2012-07-23Garbage collect unused links in /nix/store/.linksEelco Dolstra
2012-07-23Automatically optimise the Nix store when a new path is addedEelco Dolstra
2012-07-23optimiseStore(): Use a content-addressed file store in /nix/store/.linksEelco Dolstra
2012-07-23nix-build: Support the ‘-’ argument to build an expression from stdinEelco Dolstra
2012-07-23Use lutimes() if available to canonicalise the timestamp of symlinksEelco Dolstra
2012-07-18Bump versionEelco Dolstra
2012-07-18Remove RPM builds that don't evaluateEelco Dolstra
2012-07-18Use "#pragma once" to prevent repeated header file inclusionEelco Dolstra
2012-07-18Set release dateEelco Dolstra
2012-07-18download-from-binary-cache: Print correct URLEelco Dolstra
2012-07-18Merge branch 'master' into no-manifestsEelco Dolstra
2012-07-17Add function queryPathFromHashPart()Eelco Dolstra
2012-07-17queryPathInfo(): return hash in base-32 if desiredEelco Dolstra
2012-07-17Print some debug outputEelco Dolstra
2012-07-17Return an exit code of 100 for cached failed buildsEelco Dolstra