about summary refs log tree commit diff
path: root/tools/nixery/docs/default.nix (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-04-20 r/3982 chore(nixery): Housekeeping for depot compatibilityVincent Ambo1-14/+4
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>
2021-10-29 chore(docs): Bump included nix-1p versionVincent Ambo1-2/+2
... basically never updated this, oops.
2019-09-21 chore(docs): Remove mdbook overrideVincent Ambo1-18/+0
The change has been upstreamed in Nixpkgs.
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-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 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.