Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-22 | Remove superfluous IAM action for S3 cache | Chaz 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-23 | Update garbage-collection.xml readability | Joseph Lucas | |
1. remove a typo space 2. Simplify negative style by using affirmative style | |||
2019-06-20 | Nix uses the CPP SDK, not Java | Bruno Bieth | |
2019-04-14 | manual: "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-14 | docs: fix typo in AllowDirectReads | Andreas Rammhold | |
It was just missing an `l` but should be fixed anyway. | |||
2018-12-08 | s3: document scheme query parameter | Daiderd Jordan | |
2018-09-27 | Update docs to describe how s3:// URLS does in fact support endpoint, ↵ | Graham Christensen | |
region, and profile for upload | |||
2018-08-02 | s3 binary cache: support specifying an endpoint | Graham Christensen | |
Works for uploading and not downloading. | |||
2018-08-01 | Document s3 substitutions | Graham Christensen | |
2018-04-12 | Add to glossary and clarify garbage collection | Sean 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-22 | doc: don't mention obsolete ssh-substituter-hosts | Dmitry Kalinkin | |
#1840 | |||
2016-08-10 | Remove nix-install-package. | Shea Levy | |
Refs #831 | |||
2015-01-05 | doc: 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-05 | doc: remove double word | j-keck | |
'... when when ...' -> '... when ...' | |||
2014-12-14 | Add a section on nix-serve | Eelco Dolstra | |
2014-12-14 | Add section on SSH substituter | Eelco Dolstra | |
2014-12-14 | Bla | Eelco Dolstra | |
2014-12-14 | Fix image in PDF | Eelco Dolstra | |
Closes #415. | |||
2014-12-13 | Document channel format and excise most mentions of manifests and nix-pull | Eelco Dolstra | |
2014-09-16 | Undocument NIX_OTHER_STORES | Eelco Dolstra | |
2014-08-27 | Restructuring the Nix manual | Mikey Ariel | |