aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-10Shortcut already-hardlinked fileswmertens
2014-05-06Really fix the RPM buildsEelco Dolstra
2014-05-05Fix RPM buildEelco Dolstra
2014-05-03Add ubuntu 14.04Rob Vermaas
2014-05-02Don't install Upstart job on FedoraEelco Dolstra
2014-05-02Fix Debian testsEelco Dolstra
2014-05-02Simplify multi-user installation instructionsEelco Dolstra
2014-05-02Set up directories and permissions for multi-user install automaticallyEelco Dolstra
2014-05-02Install an Upstart serviceEelco Dolstra
2014-05-02Set build-max-jobs to the number of available cores by defaultEelco Dolstra
2014-05-02When running as root, use build users by defaultEelco Dolstra
2014-04-28doc fix: swap 'import' and 'export'Charles Strahan
2014-04-25trunk -> masterEelco Dolstra
2014-04-15nix-env: Minor change to '--delete-generations Nd' semanticsRicardo M. Correia
2014-04-15Fix test evaluationEelco Dolstra
2014-04-11Bump dateEelco Dolstra
2014-04-11Bump version to 1.8Eelco Dolstra
2014-04-10Don't barf when installing as rootEelco Dolstra
2014-04-09Add docbook icons to the distributionEelco Dolstra
2014-04-08If a .drv cannot be parsed, show its pathEelco Dolstra
2014-04-08Simplify quick start sectionEelco Dolstra
2014-04-08Remove redundant stuffEelco Dolstra
2014-04-08Update installation instructionsEelco Dolstra
2014-04-08nix-shell --pure: Keep the user's $PAGEREelco Dolstra
2014-04-08Ensure that systemd units to into lib, not lib64Eelco Dolstra
2014-04-07Update release notesEelco Dolstra
2014-04-07Install systemd unitsEelco Dolstra
2014-04-04Show position info in attribute selection errorsEelco Dolstra
2014-04-04Show position info in Boolean operationsEelco Dolstra
2014-04-04Show position info in string concatenation / addition errorsEelco Dolstra
2014-04-04derivation: Don't require certain function argumentsEelco Dolstra
2014-04-04forceString: Show position infoEelco Dolstra
2014-04-04forceAttrs: Show position infoEelco Dolstra
2014-04-04forceList: Show position infoEelco Dolstra
2014-04-04forceInt: Show position infoEelco Dolstra
2014-04-04Pass position information to primop callsEelco Dolstra
2014-04-04Remove unnecessary quotes around file namesEelco Dolstra
2014-04-04Include position info in function applicationEelco Dolstra
2014-04-04Update release notesEelco Dolstra
2014-04-04Document that we require a C++11 compilerEelco Dolstra
2014-04-03Fix compile errors on IllumosDanny Wilson
2014-04-03Sync with make-rules repoEelco Dolstra
2014-04-03Support IllumosEelco Dolstra
2014-04-03Tweak error messageEelco Dolstra
2014-04-03Make sure /dev/pts/ptmx is world-writableLudovic Courtès
2014-04-01Fix potential segfaultEelco Dolstra
2014-03-30nix-collect-garbage: Add --delete-older-than optionRicardo M. Correia
2014-03-30nix-env: Add support for --delete-generations 15dRicardo M. Correia
2014-03-30Fix nix-shell for derivation with multiple outputsMaxim Ivanov
2014-03-30boost::shared_ptr -> std::shared_ptrEelco Dolstra