Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-03-06 | Fix typos: s/the the/the/ | Daniel Hahler | 2 | -2/+2 | |
2015-02-23 | Typo | Eelco Dolstra | 1 | -1/+1 | |
2015-02-23 | Use chroots for all derivations | Eelco Dolstra | 1 | -14/+22 | |
If ‘build-use-chroot’ is set to ‘true’, fixed-output derivations are now also chrooted. However, unlike normal derivations, they don't get a private network namespace, so they can still access the network. Also, the use of the ‘__noChroot’ derivation attribute is no longer allowed. Setting ‘build-use-chroot’ to ‘relaxed’ gives the old behaviour. | |||||
2015-02-23 | Add restricted evaluation mode | Eelco Dolstra | 1 | -0/+15 | |
If ‘--option restrict-eval true’ is given, the evaluator will throw an exception if an attempt is made to access any file outside of the Nix search path. This is primarily intended for Hydra, where we don't want people doing ‘builtins.readFile ~/.ssh/id_dsa’ or stuff like that. | |||||
2015-02-22 | Merge branch 'docs/channels-path' of git://github.com/iElectric/nix | Shea Levy | 1 | -2/+2 | |
2015-02-22 | fixes https://github.com/NixOS/nixpkgs/issues/6485 | Domen Kožar | 1 | -2/+2 | |
2015-02-19 | Allow the leading component of a path to be a ~ | Shea Levy | 1 | -1/+8 | |
2015-02-17 | Use $<attr>Path instead of $<attr> for passAsFile | Eelco Dolstra | 1 | -5/+11 | |
2015-02-17 | Allow passing attributes via files instead of environment variables | Eelco Dolstra | 1 | -0/+21 | |
Closes #473. | |||||
2015-02-17 | Keep sorted | Eelco Dolstra | 1 | -27/+27 | |
2015-02-04 | Typo | Eelco Dolstra | 1 | -1/+1 | |
2015-02-04 | Require linux 3.13 or later for chroot | Shea Levy | 1 | -1/+2 | |
Fixes #453 | |||||
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 | |