Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-01-19 | manual: "sandbox" option default is "true" on Linux | Dmitry Kalinkin | 1 | -1/+2 | |
Fixes: 812e39313c ('Enable sandboxing by default') | |||||
2019-01-10 | Add 2.2 release notes | Eelco Dolstra | 1 | -4/+118 | |
2019-01-07 | Don't look for a "pv" program, or mention it in the manual source | John Ericson | 1 | -9/+0 | |
The manual reference was commented out, and the sole reference to this program other than the configure script. Removed both. | |||||
2018-12-14 | Clarify nix-instantiate --read-write-mode | Patrick Hilhorst | 1 | -1/+3 | |
2018-12-13 | Merge pull request #2569 from veprbl/pr/update_prerequisites | Eelco Dolstra | 1 | -0/+19 | |
docs: add missing prerequisites: brotli, boost, libseccomp | |||||
2018-12-13 | docs: raise minimal boost version to 1.66 | Dmitry Kalinkin | 1 | -1/+1 | |
2018-12-10 | docs: add missing prerequisites: brotli, boost, libseccomp | Dmitry Kalinkin | 1 | -0/+19 | |
2018-12-08 | s3: document scheme query parameter | Daiderd Jordan | 1 | -1/+13 | |
2018-11-13 | Merge branch 'feature/editline-pr' of https://github.com/dtzWill/nix | Eelco Dolstra | 1 | -6/+0 | |
2018-11-13 | manual: quote $servlets | Felix C. Stegerman | 1 | -1/+1 | |
2018-11-12 | fix typo (s/gift/git/) | Felix C. Stegerman | 1 | -2/+2 | |
2018-11-09 | Manual: build locally -> build | Eelco Dolstra | 1 | -2/+1 | |
2018-11-09 | Urgh | Eelco Dolstra | 3 | -20/+4 | |
2018-11-08 | Fix manual build | Linus Heckemann | 1 | -1/+1 | |
This was broken by some missing closing tags in 0bea4a50e03 | |||||
2018-11-08 | Merge pull request #2524 from domenkozar/deprecate-toPath | Eelco Dolstra | 1 | -23/+6 | |
Deprecate builtins.toPath | |||||
2018-11-08 | Deprecate builtins.toPath | Domen Kožar | 1 | -23/+6 | |
2018-11-07 | Enable sandboxing by default | Eelco Dolstra | 2 | -0/+20 | |
Closes #179. | |||||
2018-11-07 | Document allowSubstitutes | Eelco Dolstra | 1 | -0/+14 | |
2018-11-07 | Fix preferLocalBuild description | Eelco Dolstra | 1 | -3/+1 | |
preferLocalBuild does not in fact prevent substitution. | |||||
2018-10-29 | editline: wip | Will Dietz | 1 | -6/+0 | |
2018-10-20 | Add --graphml option to the nix-store --query command | Antoine Eiche | 1 | -0/+12 | |
This prints the references graph of the store paths in the graphML format [1]. The graphML format is supported by several graph tools such as the Python Networkx library or the Apache Thinkerpop project. [1] http://graphml.graphdrawing.org | |||||
2018-10-04 | Docs: update fixed output hashes | Benjamin Hipple | 1 | -7/+7 | |
`fetchurl` will now throw if given an `md5`, and the hashes have generally been upgraded to avoid it and use `sha256` as a default. This updates the documentation examples in the manual accordingly. | |||||
2018-10-02 | manual: add XML IDs to all builtin list entries | Profpatsch | 1 | -147/+217 | |
2018-10-01 | Merge pull request #2456 from grahamc/s3-substituters | Eelco Dolstra | 1 | -95/+107 | |
Update docs to describe how s3:// URLS does in fact support endpoint, region, and profile for upload | |||||
2018-10-01 | Add missing file | Eelco Dolstra | 1 | -0/+25 | |
2018-09-28 | Check requiredSystemFeatures for local builds | Eelco Dolstra | 2 | -0/+28 | |
For example, this prevents a "kvm" build on machines that don't have KVM. Fixes #2012. | |||||
2018-09-27 | Update docs to describe how s3:// URLS does in fact support endpoint, ↵ | Graham Christensen | 1 | -95/+107 | |
region, and profile for upload | |||||
2018-09-19 | Merge pull request #2434 from grahamc/graham-improve-upgrade | Eelco Dolstra | 1 | -7/+8 | |
Upgrade docs: improve the upgrade command | |||||
2018-09-19 | Upgrade docs: improve the upgrade command | Anders Riutta | 1 | -7/+8 | |
and make it more copy-pastable. | |||||
2018-09-19 | nix-shell: document double quotes being necessary for a simple Nix ↵ | Graham Christensen | 1 | -0/+14 | |
expression in the shebang | |||||
2018-09-19 | nix-shell: explain the merging property close to the example | Graham Christensen | 1 | -3/+4 | |
2018-09-18 | docs: document deprecated aliases | Graham Christensen | 1 | -22/+169 | |
2018-09-10 | Prefer 'remote builder' over 'slave' | Graham Christensen | 1 | -1/+1 | |
2018-09-03 | docs: change expired bzip2.org to archive.org | Vladimír Čunát | 1 | -1/+2 | |
Fixes #2396. | |||||
2018-09-02 | Release notes tweaks | Eelco Dolstra | 1 | -24/+24 | |
2018-09-01 | Merge pull request #2388 from grahamc/graham/document-multi-user | Eelco Dolstra | 6 | -41/+186 | |
Document multi-user installation, and add release notes about it not being the default on 2.1 | |||||
2018-09-01 | Create upgrade notes | Graham Christensen | 3 | -7/+22 | |
2018-09-01 | Merge pull request #2168 from grahamc/explain-why-netrc-is-busted | Eelco Dolstra | 1 | -1/+6 | |
manual: document why ~/.netrc doesn't work | |||||
2018-09-01 | Merge pull request #2309 from symphorien/disallowed-man | Eelco Dolstra | 1 | -0/+34 | |
add manual entries for disallowedRequisites and disallowedReferences | |||||
2018-09-01 | Merge pull request #2237 from nh2/patch-1 | Eelco Dolstra | 1 | -0/+1 | |
manual: distributed-builds: Mention - as default | |||||
2018-09-01 | release notes: note that the multi-user installer is available but not ↵ | Graham Christensen | 1 | -0/+30 | |
selected for Linux with systemd, and the bug about selinux | |||||
2018-09-01 | Document the multi-user installer some | Graham Christensen | 2 | -40/+140 | |
Use sh <(...) syntax for installation to preserve stdin and prompting also update installation docs to account for changes in multi-user selection | |||||
2018-09-01 | We support aarch64 now | Graham Christensen | 1 | -1/+1 | |
2018-09-01 | Merge pull request #2384 from graham-at-target/fetch-git-examples | Eelco Dolstra | 1 | -2/+80 | |
docs: Add some examples to fetchGit | |||||
2018-08-31 | Drop ssh://... as a required formatting for builtins.fetchGit | Graham Christensen | 1 | -8/+1 | |
2018-09-01 | Add contributors | Eelco Dolstra | 1 | -1/+54 | |
2018-08-31 | docs: Add IDs to important sections | Graham Christensen | 4 | -3/+5 | |
2018-08-31 | docs: Add some examples to fetchGit | Graham Christensen | 1 | -2/+87 | |
2018-08-30 | Merge pull request #2365 from erikarvstedt/fix-docs | Eelco Dolstra | 1 | -1/+1 | |
Docs: Fix install prefix | |||||
2018-08-30 | Update release notes | Eelco Dolstra | 1 | -3/+7 | |