aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-31Improve error message if the daemon worker fails to startEelco Dolstra
2014-10-31Revert "Revert "Revert "Temporarily disable darwin builds while hydra's darwi...Eelco Dolstra
2014-10-31Don't pull in git when doing a nix-shellEelco Dolstra
2014-10-31Fix more warningsEelco Dolstra
2014-10-31Shut up a clang warningEelco Dolstra
2014-10-30Revert "Revert "Temporarily disable darwin builds while hydra's darwin is bor...Eelco Dolstra
2014-10-29Revert "Temporarily disable darwin builds while hydra's darwin is borked"Eelco Dolstra
2014-10-29Update release notesEelco Dolstra
2014-10-29Document some primopsEelco Dolstra
2014-10-29Remove comments claiming we use a private PID namespaceEelco Dolstra
2014-10-27doc: fixed nix-instantiate --find-filebobvanderlinden
2014-10-23Merge pull request #380 from shlevy/temp-disable-darwinEelco Dolstra
2014-10-23Temporarily disable darwin builds while hydra's darwin is borkedShea Levy
2014-10-20Fix build on gcc < 4.7Shea Levy
2014-10-20Revert "Drop support for pre-c++11 compilers."Shea Levy
2014-10-20Improve printing of ASTsEelco Dolstra
2014-10-18Drop support for pre-c++11 compilers.Shea Levy
2014-10-17Export realiseContext in libnixexprShea Levy
2014-10-15Fix nix-copy-closure --fromShea Levy
2014-10-15Revert "binary download: Use $NIX_CURL_FLAGS"Eelco Dolstra
2014-10-14Merge pull request #372 from wmertens/patch-4Eelco Dolstra
2014-10-14binary download: Use $NIX_CURL_FLAGSwmertens
2014-10-14nix-store -q: Check for conflicting flagsEelco Dolstra
2014-10-14nix-channel: Add --rollback flagEelco Dolstra
2014-10-14Remove redundant space in usage errorsEelco Dolstra
2014-10-14nix-channel --add: Validate URL / channel IDEelco Dolstra
2014-10-14Remove unused @sshOpts flagEelco Dolstra
2014-10-14nix-copy-closure: Use strictEelco Dolstra
2014-10-14Improved error message when encountering unsupported file typesEelco Dolstra
2014-10-09mkList: Scrub betterEelco Dolstra
2014-10-09TypoEelco Dolstra
2014-10-05Get rid of some unnecessary ExprConcatStrings nodes in dynamic attrsEelco Dolstra
2014-10-05Show total allocationsEelco Dolstra
2014-10-04Add primop ‘catAttrs’Eelco Dolstra
2014-10-04Add primop ‘attrValues’Eelco Dolstra
2014-10-04TweakEelco Dolstra
2014-10-03Remove some duplicate codeEelco Dolstra
2014-10-03Add readDir primopShea Levy
2014-10-03Add test for readDir primopShea Levy
2014-10-03Don't recompile the same regex over and overEelco Dolstra
2014-10-03nix-env: Add regular expression support in selectorsEelco Dolstra
2014-10-03createDirs(): Handle ‘path’ being a symlinkEelco Dolstra
2014-10-01printValue(): Don't print <CYCLE> for repeated valuesEelco Dolstra
2014-09-30Support control characters in JSON outputEelco Dolstra
2014-09-26printMissing(): Print derivations in approximate build orderEelco Dolstra
2014-09-25nix-daemon: Close unnecessary fdEelco Dolstra
2014-09-24Bindings: Remove copy constructorEelco Dolstra
2014-09-24Remove bash requirementwmertens
2014-09-23Fix use of PAGER during testsEelco Dolstra
2014-09-23Updated documentation for nix-install-package to mention --set flagShell Turner