about summary refs log tree commit diff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
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
2018-09-01 release notes: note that the multi-user installer is available but not ↵Graham Christensen1-0/+30
selected for Linux with systemd, and the bug about selinux
2018-09-01 Document the multi-user installer someGraham Christensen2-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 nowGraham Christensen1-1/+1
2018-09-01 Merge pull request #2384 from graham-at-target/fetch-git-examplesEelco Dolstra1-2/+80
docs: Add some examples to fetchGit
2018-08-31 Drop ssh://... as a required formatting for builtins.fetchGitGraham Christensen1-8/+1
2018-09-01 Add contributorsEelco Dolstra1-1/+54
2018-08-31 docs: Add IDs to important sectionsGraham Christensen4-3/+5
2018-08-31 docs: Add some examples to fetchGitGraham Christensen1-2/+87
2018-08-30 Merge pull request #2365 from erikarvstedt/fix-docsEelco Dolstra1-1/+1
Docs: Fix install prefix
2018-08-30 Update release notesEelco Dolstra1-3/+7
2018-08-29 nix.conf: clarify -j0 doesn't affect preferLocalBuildDomen Kožar1-1/+3
2018-08-29 nix.conf: mention -j0 is usefulDomen Kožar1-1/+2
2018-08-21 Docs: Fix install prefixErik Arvstedt1-1/+1
shell.nix defines the install prefix as $(pwd)/inst
2018-08-03 2.1 release notes: Add note about s3-compatible storesGraham Christensen1-0/+6
2018-08-03 Add Nix 2.1 release notesEelco Dolstra2-0/+48
2018-08-03 Merge pull request #2323 from samueldr/feature/selective-impurityEelco Dolstra1-0/+8
Allows selectively adding environment variables to pure shells.
2018-08-02 Allows selectively adding environment variables to pure shells.Samuel Dionne-Riel1-0/+8
Includes documentation and test.
2018-08-02 s3 binary cache: support specifying an endpointGraham Christensen1-0/+17
Works for uploading and not downloading.
2018-08-01 Document s3 substitutionsGraham Christensen2-0/+143
2018-07-26 add manual entries for disallowedRequisites and disallowedReferencesSymphorien Gibol1-0/+34
2018-06-17 manual: distributed-builds: Mention - as defaultNiklas Hambüchen1-0/+1
2018-06-10 manual: builtins.fromJSON: remove the claim that floats are not allowedMichael Raskin1-2/+1
floating-point numbers are supported now, including the fromJSON builtin. Reported on IRC by inquisitiv3
2018-05-31 Merge pull request #767 from mogorman/garbage_collect_keep_last_fewPeter Simons1-6/+9
Implement --delete-generations + flag for keeping last N number of gens
2018-05-30 Explicitly describe the effects of filterSource excluding a directory.Shea Levy1-1/+3
2018-05-30 Merge pull request #2164 from mickours/doc-fetchTarball-timoutGraham Christensen1-1/+10
Explain fetchTarball timeout behavior in the doc
2018-05-30 Explain fetchTarball timeout behavior in the docMichael Mercier1-1/+10
2018-05-25 Document NIX_SSL_CERT_FILE for installationGraham Christensen1-1/+48
2018-05-24 Merge pull request #2157 from volth/bitwiseEelco Dolstra1-0/+30
add builtins: __bitAnd, __bitOr, __bitXor
2018-05-24 add docs and testsvolth1-0/+30
2018-05-23 Fix docs on --check suffixAlexandre Esteves1-1/+1
2018-05-18 manual: document why ~/.netrc doesn't workGraham Christensen1-1/+6
Maybe there is a better place to document this, which is more generic?