aboutsummaryrefslogtreecommitdiff
path: root/doc/manual
AgeCommit message (Collapse)Author
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-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
2018-08-30Merge pull request #2365 from erikarvstedt/fix-docsEelco Dolstra
Docs: Fix install prefix
2018-08-30Update release notesEelco Dolstra
2018-08-29nix.conf: clarify -j0 doesn't affect preferLocalBuildDomen Kožar
2018-08-29nix.conf: mention -j0 is usefulDomen Kožar
2018-08-21Docs: Fix install prefixErik Arvstedt
shell.nix defines the install prefix as $(pwd)/inst
2018-08-032.1 release notes: Add note about s3-compatible storesGraham Christensen
2018-08-03Add Nix 2.1 release notesEelco Dolstra
2018-08-03Merge pull request #2323 from samueldr/feature/selective-impurityEelco Dolstra
Allows selectively adding environment variables to pure shells.
2018-08-02Allows selectively adding environment variables to pure shells.Samuel Dionne-Riel
Includes documentation and test.
2018-08-02s3 binary cache: support specifying an endpointGraham Christensen
Works for uploading and not downloading.
2018-08-01Document s3 substitutionsGraham Christensen
2018-07-26add manual entries for disallowedRequisites and disallowedReferencesSymphorien Gibol
2018-06-17manual: distributed-builds: Mention - as defaultNiklas Hambüchen
2018-06-10manual: builtins.fromJSON: remove the claim that floats are not allowedMichael Raskin
floating-point numbers are supported now, including the fromJSON builtin. Reported on IRC by inquisitiv3
2018-05-31Merge pull request #767 from mogorman/garbage_collect_keep_last_fewPeter Simons
Implement --delete-generations + flag for keeping last N number of gens