Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-12 | doc: `nix-channel --remove` takes a name, not a url | Tobias Geerinckx-Rice | 1 | -1/+1 | |
2015-01-08 | Fix typo (assuming this is a typo) | Данило Глинський (Danylo Hlynskyi) | 1 | -1/+1 | |
Fix typo (assuming this is a typo) `allowedRequisites` mentions `allowedReferences` in code example | |||||
2015-01-08 | nix-shell: Add --run flag | Eelco Dolstra | 1 | -5/+19 | |
‘--run’ is like ‘--command’, except that it runs the command in a non-interactive shell. This is important if you do things like: $ nix-shell --command make Hitting Ctrl-C while make is running drops you into the interactive Nix shell, which is probably not what you want. So you can now do $ nix-shell --run make instead. | |||||
2015-01-06 | Document how to set up build users on Mac OS X | Eelco Dolstra | 1 | -0/+28 | |
2015-01-05 | doc: remove wrong phrase. | j-keck | 1 | -2/+1 | |
'... another level of indirection not shown in the figure above ...' but in the 'user-environments.png' figure there is '~/.nix-profile'. the figure was updated with the commit: f982df3 on Mar 16, 2005. | |||||
2015-01-05 | doc: remove double word | j-keck | 1 | -1/+1 | |
'... when when ...' -> '... when ...' | |||||
2015-01-02 | edition -> subtitle | Eelco Dolstra | 1 | -3/+1 | |
For some reason, docbook-xsl doesn't render edition. | |||||
2014-12-16 | Belatedly add contributors | Eelco Dolstra | 1 | -0/+7 | |
2014-12-14 | Grmbl | Eelco Dolstra | 1 | -1/+1 | |
2014-12-14 | Add a section on nix-serve | Eelco Dolstra | 3 | -1/+72 | |
2014-12-14 | Add section on SSH substituter | Eelco Dolstra | 4 | -43/+127 | |
2014-12-14 | Delete the stdenv section | Eelco Dolstra | 7 | -105/+21 | |
It's outdated and better covered in the Nixpkgs manual. | |||||
2014-12-14 | Bla | Eelco Dolstra | 1 | -1/+8 | |
2014-12-14 | Fix build | Eelco Dolstra | 1 | -1/+1 | |
http://hydra.nixos.org/build/17894500 | |||||
2014-12-14 | Fix image in PDF | Eelco Dolstra | 2 | -2/+3 | |
Closes #415. | |||||
2014-12-14 | Rename files | Eelco Dolstra | 4 | -29/+26 | |
2014-12-13 | Update .nixpkg description | Eelco Dolstra | 1 | -16/+19 | |
2014-12-13 | ReiserFS -> ext4 | Eelco Dolstra | 1 | -5/+5 | |
2014-12-13 | Style | Eelco Dolstra | 1 | -0/+6 | |
2014-12-13 | Undocument nix-generate-patches | Eelco Dolstra | 1 | -1/+3 | |
2014-12-13 | Document channel format and excise most mentions of manifests and nix-pull | Eelco Dolstra | 7 | -99/+164 | |
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 | |