about summary refs log tree commit diff
path: root/doc/manual (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-03-31 docs: Mention `--max-jobs 0` to build remotely onlyNiklas Hambüchen2-2/+13
2019-03-25 manual: mention the "channel:" shorthand for NIX_PATHDmitry Kalinkin1-2/+7
Bumped to 15.09 because older channels, when downloaded from nixos.org, require firefox to be accessed via `pkgs.firefox`
2019-03-24 Add isPath primopzimbatm1-0/+8
this is added for completeness' sake since all the other possible `builtins.typeOf` results have a corresponding `builtins.is<Type>`
2019-03-21 manual: include builtins.* for globally available builtinsLinus Heckemann1-0/+17
This improves searchability.
2019-03-16 Link to `builders-use-substitutes` in chapter on distributed buildsJoachim Breitner1-0/+4
fixes #2730.
2019-03-14 docs: fix typo in AllowDirectReadsAndreas Rammhold1-1/+1
It was just missing an `l` but should be fixed anyway.
2019-03-01 manual nitpick: document sha512 support in hashStringVladimír Čunát1-2/+2
2019-01-23 nix-store: make --dump-db take a list of paths to dumpSpencer Baugh1-0/+8
Inside a derivation, exportReferencesGraph already provides a way to dump the Nix database for a specific closure. On the command line, --dump-db gave us the same information, but only for the entire Nix database at once. With this change, one can now pass a list of paths to --dump-db to get the Nix database dumped for just those paths. (The user is responsible for ensuring this is a closure, like for --export). Among other things, this is useful for deploying a closure to a new host without using --import/--export; one can use tar to transfer the store paths, and --dump-db/--load-db to transfer the validity information. This is useful if the new host doesn't actually have Nix yet, and the closure that is being deployed itself contains Nix.
2019-01-20 Merge pull request #2635 from veprbl/patch-7Domen Kožar1-1/+2
manual: "sandbox" option default is "true" on Linux
2019-01-19 manual: "sandbox" option default is "true" on LinuxDmitry Kalinkin1-1/+2
Fixes: 812e39313c ('Enable sandboxing by default')
2019-01-18 Update instructions for Haskell script using nix-shell interpreterSamuel Evans-Powell1-1/+1
- 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-10 Add 2.2 release notesEelco Dolstra1-4/+118
2019-01-07 Don't look for a "pv" program, or mention it in the manual sourceJohn Ericson1-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-modePatrick Hilhorst1-1/+3
2018-12-13 Merge pull request #2569 from veprbl/pr/update_prerequisitesEelco Dolstra1-0/+19
docs: add missing prerequisites: brotli, boost, libseccomp
2018-12-13 docs: raise minimal boost version to 1.66Dmitry Kalinkin1-1/+1
2018-12-10 docs: add missing prerequisites: brotli, boost, libseccompDmitry Kalinkin1-0/+19
2018-12-08 s3: document scheme query parameterDaiderd Jordan1-1/+13
2018-11-13 Merge branch 'feature/editline-pr' of https://github.com/dtzWill/nixEelco Dolstra1-6/+0
2018-11-13 manual: quote $servletsFelix C. Stegerman1-1/+1
2018-11-12 fix typo (s/gift/git/)Felix C. Stegerman1-2/+2
2018-11-09 Manual: build locally -> buildEelco Dolstra1-2/+1
2018-11-09 UrghEelco Dolstra3-20/+4
2018-11-08 Fix manual buildLinus Heckemann1-1/+1
This was broken by some missing closing tags in 0bea4a50e03
2018-11-08 Merge pull request #2524 from domenkozar/deprecate-toPathEelco Dolstra1-23/+6
Deprecate builtins.toPath
2018-11-08 Deprecate builtins.toPathDomen Kožar1-23/+6
2018-11-07 Enable sandboxing by defaultEelco Dolstra2-0/+20
Closes #179.
2018-11-07 Document allowSubstitutesEelco Dolstra1-0/+14
2018-11-07 Fix preferLocalBuild descriptionEelco Dolstra1-3/+1
preferLocalBuild does not in fact prevent substitution.
2018-10-29 editline: wipWill Dietz1-6/+0
2018-10-20 Add --graphml option to the nix-store --query commandAntoine Eiche1-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 hashesBenjamin Hipple1-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 entriesProfpatsch1-147/+217
2018-10-01 Merge pull request #2456 from grahamc/s3-substitutersEelco Dolstra1-95/+107
Update docs to describe how s3:// URLS does in fact support endpoint, region, and profile for upload
2018-10-01 Add missing fileEelco Dolstra1-0/+25
2018-09-28 Check requiredSystemFeatures for local buildsEelco Dolstra2-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 Christensen1-95/+107
region, and profile for upload
2018-09-19 Merge pull request #2434 from grahamc/graham-improve-upgradeEelco Dolstra1-7/+8
Upgrade docs: improve the upgrade command
2018-09-19 Upgrade docs: improve the upgrade commandAnders Riutta1-7/+8
and make it more copy-pastable.
2018-09-19 nix-shell: document double quotes being necessary for a simple Nix ↵Graham Christensen1-0/+14
expression in the shebang
2018-09-19 nix-shell: explain the merging property close to the exampleGraham Christensen1-3/+4
2018-09-18 docs: document deprecated aliasesGraham Christensen1-22/+169
2018-09-10 Prefer 'remote builder' over 'slave'Graham Christensen1-1/+1
2018-09-03 docs: change expired bzip2.org to archive.orgVladimír Čunát1-1/+2
Fixes #2396.
2018-09-02 Release notes tweaksEelco Dolstra1-24/+24
2018-09-01 Merge pull request #2388 from grahamc/graham/document-multi-userEelco Dolstra6-41/+186
Document multi-user installation, and add release notes about it not being the default on 2.1
2018-09-01 Create upgrade notesGraham Christensen3-7/+22
2018-09-01 Merge pull request #2168 from grahamc/explain-why-netrc-is-bustedEelco Dolstra1-1/+6
manual: document why ~/.netrc doesn't work
2018-09-01 Merge pull request #2309 from symphorien/disallowed-manEelco Dolstra1-0/+34
add manual entries for disallowedRequisites and disallowedReferences
2018-09-01 Merge pull request #2237 from nh2/patch-1Eelco Dolstra1-0/+1
manual: distributed-builds: Mention - as default