Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-12-13 | Style | Eelco Dolstra | 1 | -1/+6 | |
2014-12-11 | Don't use ?= | Eelco Dolstra | 1 | -2/+2 | |
2014-12-11 | allow custom docbook paths/URLs, use a working URL for docbook.rng | darealshinji | 1 | -2/+3 | |
2014-12-10 | Update signing.txt | roconnor | 1 | -2/+2 | |
2014-12-09 | Add option to disable binary cache certificate checking | Eelco Dolstra | 1 | -0/+9 | |
2014-12-09 | Use https://cache.nixos.org instead of http://cache.nixos.org | Eelco Dolstra | 4 | -9/+13 | |
2014-11-25 | Intro: Mention binary caches | Eelco Dolstra | 1 | -3/+10 | |
2014-11-25 | Rely on XML catalogs to find the DocBook schemas and stylesheets | Eelco Dolstra | 2 | -10/+4 | |
2014-11-24 | More build-cache-failures -> build-cache-failure | Eelco Dolstra | 1 | -2/+2 | |
2014-11-24 | Update installation section | Eelco Dolstra | 3 | -17/+18 | |
2014-11-24 | Update quick start section | Eelco Dolstra | 2 | -22/+81 | |
2014-11-24 | Combine introduction / quick start parts | Eelco Dolstra | 4 | -21/+9 | |
2014-11-24 | Manual: Bump date | Eelco Dolstra | 1 | -1/+1 | |
2014-11-24 | Don't claim FreeBSD support | Eelco Dolstra | 1 | -4/+5 | |
2014-11-24 | 'build-cache-failures' -> 'build-cache-failure' in nix.conf documentation. | Rob Vermaas | 1 | -1/+1 | |
2014-11-15 | Document functors | Shea Levy | 1 | -0/+18 | |
2014-11-04 | Typo | Eelco Dolstra | 1 | -1/+1 | |
2014-10-29 | Update release notes | Eelco Dolstra | 1 | -0/+81 | |
2014-10-29 | Document some primops | Eelco Dolstra | 1 | -12/+52 | |
2014-10-27 | doc: fixed nix-instantiate --find-file | bobvanderlinden | 1 | -1/+1 | |
The manual said --file-file, which should be --find-file. | |||||
2014-10-14 | nix-channel: Add --rollback flag | Eelco Dolstra | 1 | -1/+54 | |
Fixes #368. | |||||
2014-10-03 | nix-env: Add regular expression support in selectors | Eelco Dolstra | 2 | -22/+105 | |
So you can now do things like: $ nix-env -qa '.*zip.*' $ nix-env -qa '.*(firefox|chromium).*' | |||||
2014-09-24 | Remove bash requirement | wmertens | 1 | -3/+3 | |
As per https://github.com/NixOS/nixos-homepage/pull/16 | |||||
2014-09-23 | Updated documentation for nix-install-package to mention --set flag | Shell Turner | 1 | -0/+8 | |
2014-09-23 | add manpage for nix-generate-patches | darealshinji | 3 | -1/+46 | |
2014-09-23 | manual: add a note that lists are strict in length | Vladimír Čunát | 1 | -1/+4 | |
Close #345. | |||||
2014-09-16 | Remove unhelpful suggestion | Eelco Dolstra | 1 | -6/+1 | |
2014-09-16 | Delete bugs.xml | Eelco Dolstra | 2 | -40/+0 | |
2014-09-16 | Make troubleshooting an appendix | Eelco Dolstra | 3 | -14/+12 | |
2014-09-16 | Style tweak | Eelco Dolstra | 2 | -1/+7 | |
2014-09-16 | Fix parallel make of manpages | Eelco Dolstra | 1 | -2/+4 | |
2014-09-16 | Fix references to version.txt | Eelco Dolstra | 15 | -16/+16 | |
2014-09-16 | Drop separate release notes | Eelco Dolstra | 1 | -28/+0 | |
2014-09-16 | Undocument NIX_OTHER_STORES | Eelco Dolstra | 3 | -49/+2 | |
2014-09-16 | Tweak some chapter titles | Eelco Dolstra | 2 | -2/+2 | |
2014-09-16 | Drop "service deployment" bla bla | Eelco Dolstra | 1 | -29/+1 | |
2014-09-16 | Drop reference to FreeBSD | Eelco Dolstra | 1 | -3/+3 | |
2014-09-16 | Remove pointless "license" section | Eelco Dolstra | 2 | -25/+0 | |
2014-09-16 | Release notes: Use a section per version | Eelco Dolstra | 29 | -58/+60 | |
2014-09-16 | Nicer file names for the release notes | Eelco Dolstra | 29 | -29/+27 | |
2014-09-16 | Manual build fixes | Eelco Dolstra | 4 | -15/+15 | |
2014-09-16 | Merge branch 'master' of github.com:thatdocslady/nix | Eelco Dolstra | 107 | -5751/+6191 | |
Conflicts: doc/manual/release-notes.xml doc/manual/writing-nix-expressions.xml | |||||
2014-09-16 | Add some hyperlinks between NIXPATH and -I | Eelco Dolstra | 3 | -25/+27 | |
2014-08-28 | allowedRequisites: Drop stdenv mention | Eelco Dolstra | 2 | -8/+3 | |
I don't think it's a good idea to use allowedRequisites for stdenv, so don't mention it here. | |||||
2014-08-28 | Fix manual build | Eelco Dolstra | 1 | -1/+2 | |
2014-08-28 | Introduce allowedRequisites feature | Gergely Risko | 2 | -0/+33 | |
2014-08-27 | Restructuring the Nix manual | Mikey Ariel | 107 | -5722/+6162 | |
2014-08-23 | Document the "out" usage in allowedReferences | Gergely Risko | 1 | -4/+5 | |
2014-08-13 | Remove pointless NIX_LOG_TYPE environment variable | Eelco Dolstra | 1 | -9/+0 | |
2014-08-04 | Update manual | Eelco Dolstra | 1 | -25/+33 | |