aboutsummaryrefslogtreecommitdiff
path: root/doc/manual
AgeCommit message (Collapse)Author
2019-01-20Merge pull request #2635 from veprbl/patch-7Domen Kožar
manual: "sandbox" option default is "true" on Linux
2019-01-19manual: "sandbox" option default is "true" on LinuxDmitry Kalinkin
Fixes: 812e39313c ('Enable sandboxing by default')
2019-01-18Update instructions for Haskell script using nix-shell interpreterSamuel Evans-Powell
- The instructions for using nix-shell as an interpreter has a Haskell script example that doesn't work on more recent versions of Nix. Update the instructions with a working command
2019-01-10Add 2.2 release notesEelco Dolstra
2019-01-07Don't look for a "pv" program, or mention it in the manual sourceJohn Ericson
The manual reference was commented out, and the sole reference to this program other than the configure script. Removed both.
2018-12-14Clarify nix-instantiate --read-write-modePatrick Hilhorst
2018-12-13Merge pull request #2569 from veprbl/pr/update_prerequisitesEelco Dolstra
docs: add missing prerequisites: brotli, boost, libseccomp
2018-12-13docs: raise minimal boost version to 1.66Dmitry Kalinkin
2018-12-10docs: add missing prerequisites: brotli, boost, libseccompDmitry Kalinkin
2018-12-08s3: document scheme query parameterDaiderd Jordan
2018-11-13Merge branch 'feature/editline-pr' of https://github.com/dtzWill/nixEelco Dolstra
2018-11-13manual: quote $servletsFelix C. Stegerman
2018-11-12fix typo (s/gift/git/)Felix C. Stegerman
2018-11-09Manual: build locally -> buildEelco Dolstra
2018-11-09UrghEelco Dolstra
2018-11-08Fix manual buildLinus Heckemann
This was broken by some missing closing tags in 0bea4a50e03
2018-11-08Merge pull request #2524 from domenkozar/deprecate-toPathEelco Dolstra
Deprecate builtins.toPath
2018-11-08Deprecate builtins.toPathDomen Kožar
2018-11-07Enable sandboxing by defaultEelco Dolstra
Closes #179.
2018-11-07Document allowSubstitutesEelco Dolstra
2018-11-07Fix preferLocalBuild descriptionEelco Dolstra
preferLocalBuild does not in fact prevent substitution.
2018-10-29editline: wipWill Dietz
2018-10-20Add --graphml option to the nix-store --query commandAntoine Eiche
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-04Docs: update fixed output hashesBenjamin Hipple
`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-02manual: add XML IDs to all builtin list entriesProfpatsch
2018-10-01Merge pull request #2456 from grahamc/s3-substitutersEelco Dolstra
Update docs to describe how s3:// URLS does in fact support endpoint, region, and profile for upload
2018-10-01Add missing fileEelco Dolstra
2018-09-28Check requiredSystemFeatures for local buildsEelco Dolstra
For example, this prevents a "kvm" build on machines that don't have KVM. Fixes #2012.
2018-09-27Update docs to describe how s3:// URLS does in fact support endpoint, ↵Graham Christensen
region, and profile for upload
2018-09-19Merge pull request #2434 from grahamc/graham-improve-upgradeEelco Dolstra
Upgrade docs: improve the upgrade command
2018-09-19Upgrade docs: improve the upgrade commandAnders Riutta
and make it more copy-pastable.
2018-09-19nix-shell: document double quotes being necessary for a simple Nix ↵Graham Christensen
expression in the shebang
2018-09-19nix-shell: explain the merging property close to the exampleGraham Christensen
2018-09-18docs: document deprecated aliasesGraham Christensen
2018-09-10Prefer 'remote builder' over 'slave'Graham Christensen
2018-09-03docs: change expired bzip2.org to archive.orgVladimír Čunát
Fixes #2396.
2018-09-02Release notes tweaksEelco Dolstra
2018-09-01Merge pull request #2388 from grahamc/graham/document-multi-userEelco Dolstra
Document multi-user installation, and add release notes about it not being the default on 2.1
2018-09-01Create upgrade notesGraham Christensen
2018-09-01Merge pull request #2168 from grahamc/explain-why-netrc-is-bustedEelco Dolstra
manual: document why ~/.netrc doesn't work
2018-09-01Merge pull request #2309 from symphorien/disallowed-manEelco Dolstra
add manual entries for disallowedRequisites and disallowedReferences
2018-09-01Merge pull request #2237 from nh2/patch-1Eelco Dolstra
manual: distributed-builds: Mention - as default
2018-09-01release notes: note that the multi-user installer is available but not ↵Graham Christensen
selected for Linux with systemd, and the bug about selinux
2018-09-01Document the multi-user installer someGraham Christensen
Use sh <(...) syntax for installation to preserve stdin and prompting also update installation docs to account for changes in multi-user selection
2018-09-01We support aarch64 nowGraham Christensen
2018-09-01Merge pull request #2384 from graham-at-target/fetch-git-examplesEelco Dolstra
docs: Add some examples to fetchGit
2018-08-31Drop ssh://... as a required formatting for builtins.fetchGitGraham Christensen
2018-09-01Add contributorsEelco Dolstra
2018-08-31docs: Add IDs to important sectionsGraham Christensen
2018-08-31docs: Add some examples to fetchGitGraham Christensen