aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/packages
AgeCommit message (Collapse)Author
2019-10-22Remove superfluous IAM action for S3 cacheChaz Schlarp
`s3:ListObjects` isn't a real IAM action, but _is_ the name of an S3 API method. `s3:ListBucket` is the relevant action for that method. https://docs.aws.amazon.com/IAM/latest/UserGuide/list_amazons3.html
2019-09-23Update garbage-collection.xml readabilityJoseph Lucas
1. remove a typo space 2. Simplify negative style by using affirmative style
2019-06-20Nix uses the CPP SDK, not JavaBruno Bieth
2019-04-14manual: "Nix Package collection" -> "Nixpkgs package collection".Niklas Hambüchen
Makes difference between Nix and Nixpkgs clearer to avoid some common confusion this sentence on IRC. Also disambiguate an "it" reference.
2019-03-14docs: fix typo in AllowDirectReadsAndreas Rammhold
It was just missing an `l` but should be fixed anyway.
2018-12-08s3: document scheme query parameterDaiderd Jordan
2018-09-27Update docs to describe how s3:// URLS does in fact support endpoint, ↵Graham Christensen
region, and profile for upload
2018-08-02s3 binary cache: support specifying an endpointGraham Christensen
Works for uploading and not downloading.
2018-08-01Document s3 substitutionsGraham Christensen
2018-04-12Add to glossary and clarify garbage collectionSean Seefried
While trying to understand garbage collection it was not immediately clear that only the runtime dependency closure of output paths would be kept (instead of the build-time dependency closure). This commit attempts to clarify this by expanding some of the glossary definitions and extending the Garbage Collection section.
2018-03-22doc: don't mention obsolete ssh-substituter-hostsDmitry Kalinkin
#1840
2016-08-10Remove nix-install-package.Shea Levy
Refs #831
2015-01-05doc: remove wrong phrase.j-keck
'... another level of indirection not shown in the figure above ...' but in the 'user-environments.png' figure there is '~/.nix-profile'. the figure was updated with the commit: f982df3 on Mar 16, 2005.
2015-01-05doc: remove double wordj-keck
'... when when ...' -> '... when ...'
2014-12-14Add a section on nix-serveEelco Dolstra
2014-12-14Add section on SSH substituterEelco Dolstra
2014-12-14BlaEelco Dolstra
2014-12-14Fix image in PDFEelco Dolstra
Closes #415.
2014-12-13Document channel format and excise most mentions of manifests and nix-pullEelco Dolstra
2014-09-16Undocument NIX_OTHER_STORESEelco Dolstra
2014-08-27Restructuring the Nix manualMikey Ariel