about summary refs log tree commit diff
path: root/tools/nixery/docs/src/nixery.md (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-10-12 r/5116 docs(nixery): replace the Nixery mdBook with a simple web pageVincent Ambo1-72/+0
Nixery's previous landing page was an mdBook that was basically unmaintained and full of incorrect information. It also duplicated some things (like nix-1p) which actually live elsewhere. This commit removes the mdBook completely and reduces it down to a simple TVL-style landing page. The landing page has been checked in in its entirety because Nixery is frequently cloned through josh without the entirety of depot, however the page has been created by building it through depot's //web/tvl/template. See also https://github.com/tazjin/nixery/issues/156 Change-Id: I20e1d58f1e6608377207e80345c169f7d92d3847 Reviewed-on: https://cl.tvl.fyi/c/depot/+/6930 Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI Reviewed-by: flokli <flokli@flokli.de>
2022-06-16 r/4241 docs(nixery): dynamically display current nixpkgs commitVincent Ambo1-9/+1
People occasionally ask what the current nixpkgs commit is on nixery.dev (see e.g. https://github.com/tazjin/nixery/issues/153). With this change, the commit is displayed on nixery.dev if Nixery is built for the TVL deployment. Change-Id: I795220214db5a367a126c9b4bd03754e9f144940 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5881 Reviewed-by: sterni <sternenseemann@systemli.org> Tested-by: BuildkiteCI Autosubmit: tazjin <tazjin@tvl.su>
2022-04-20 r/3982 chore(nixery): Housekeeping for depot compatibilityVincent Ambo1-5/+1
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 Gupta1-1/+1
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-04-30 chore: Update default NixOS channel to nixos-20.09Vincent Ambo1-1/+1
2020-05-01 chore(nix): update channel 19.03 -> 20.03Raphael Borun Das Gupta1-1/+1
Use a NixOS / NixPkgs release that's actually being supported and regularly updated.
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 Ambo1-7/+8
2019-08-05 docs: Add an "under-the-hood" page explaining the build processVincent Ambo1-4/+4
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 docs: Replace static page with mdBook siteVincent Ambo1-0/+77
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