about summary refs log tree commit diff
path: root/tools/nixery/docs (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-04-20 r/3982 chore(nixery): Housekeeping for depot compatibilityVincent Ambo3-26/+15
Cleans up a whole bunch of things I wanted to get out of the door right away: * depot internal references to //third_party/nixery have been replaced with //tools/nixery * cleaned up files from Github * fixed SPDX & Copyright headers * code formatting and inclusion in //tools/depotfmt checks Change-Id: Iea79f0fdf3aa04f71741d4f4032f88605ae415bb Reviewed-on: https://cl.tvl.fyi/c/depot/+/5486 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: tazjin <tazjin@tvl.su>
2022-04-20 docs: change references to repo URLRaphael Borun Das Gupta2-3/+3
The Nixery main Git repo has moved from https://github.com/google/nixery to https://github.com/tazjin/nixery . So change it in README and on the https://nixery.dev/ website.
2021-12-24 docs: mention arm64 metapackageEthan Davidson1-2/+4
2021-12-24 docs: update installation instructionsJérôme Petazzoni1-12/+60
These instructions were not up-to-date (they didn't mention the different storage backends, and some variables were tagged as optional while they were mandatory). With this update, they should (hopefully) be more accurate! :) I also added instructions if someone wants to run Nixery outside of the container image (I found it convenient when working on Nixery's code).
2021-10-29 chore(docs): Bump included nix-1p versionVincent Ambo1-2/+2
... basically never updated this, oops.
2021-04-30 chore: Update default NixOS channel to nixos-20.09Vincent Ambo3-4/+4
2020-05-01 chore(nix): update channel 19.03 -> 20.03Raphael Borun Das Gupta3-4/+4
Use a NixOS / NixPkgs release that's actually being supported and regularly updated.
2019-10-28 docs(under-the-hood): Update builder & storage backend informationVincent Ambo1-28/+51
Both of these no longer matched the reality of what was actually going on in Nixery.
2019-10-27 docs: Update GCS signing key documentationVincent Ambo1-4/+4
This key is now taken straight from the configured service account key.
2019-10-03 refactor: Remove remaining MD5-hash mentions and computationsVincent Ambo2-7/+5
2019-10-03 docs(caching): Add information about Nixery's caching strategiesVincent Ambo2-0/+71
2019-09-21 chore(docs): Remove mdbook overrideVincent Ambo1-18/+0
The change has been upstreamed in Nixpkgs.
2019-09-02 docs: Add information about NIX_TIMEOUT variableVincent Ambo1-1/+3
2019-08-21 chore(docs): Update embedded nix-1p versionVincent Ambo1-2/+2
The new version of the document has syntactic fixes that render pipes in code blocks in tables correctly across dialects. Fixes #44
2019-08-19 fix(docs): Correct link to layering strategyVincent Ambo1-1/+1
2019-08-15 docs: Add asciinema demo to README & bookVincent Ambo1-0/+4
2019-08-15 docs(book): Update information on new layering strategyVincent Ambo2-8/+11
2019-08-14 style: Apply nixfmt to trivial Nix filesVincent Ambo1-4/+4
ALl the ones except for build-image.nix are considered trivial. On the latter, nixfmt makes some useful changes but by-and-large it is not ready for that code yet.
2019-08-14 chore(docs): Move mdBook derivation to docs/default.nixVincent Ambo1-1/+19
2019-08-08 docs: Update embedded nix-1pVincent Ambo1-2/+2
The new commit has an operator table, which is nice to have!
2019-08-05 docs: Add a section on Nix itselfVincent Ambo1-0/+31
2019-08-05 docs: Add a section on running your own NixeryVincent Ambo2-2/+145
2019-08-05 docs: Add an "under-the-hood" page explaining the build processVincent Ambo3-4/+110
This page describes the various steps that Nixery goes through when "procuring" an image. The intention is to give users some more visibility into what is going on and to make it clear that this is not just an image storage service.
2019-08-05 feat(build): Build Nixery book and embed it into Nixery imageVincent Ambo1-0/+36
Executes the previously added mdBook on the previously added book source to yield a directory that can be served by Nixery on its index page. This is one of those 'I <3 Nix' things due to how easy it is to do.
2019-08-05 docs: Replace static page with mdBook siteVincent Ambo8-0/+95
Uses mdBook[1] to generate a documentation overview page instead of the previous HTML site. This makes it possible to add more elaborate documentation without having to deal with finicky markup. [1]: https://github.com/rust-lang-nursery/mdBook