about summary refs log tree commit diff
path: root/tools/nixery/docs/src/run-your-own.md
AgeCommit message (Collapse)AuthorFilesLines
2022-10-12 r/5116 docs(nixery): replace the Nixery mdBook with a simple web pageVincent Ambo1-194/+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-04-20 r/3982 chore(nixery): Housekeeping for depot compatibilityVincent Ambo1-7/+10
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-2/+2
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: 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-04-30 chore: Update default NixOS channel to nixos-20.09Vincent Ambo1-2/+2
2020-05-01 chore(nix): update channel 19.03 -> 20.03Raphael Borun Das Gupta1-2/+2
Use a NixOS / NixPkgs release that's actually being supported and regularly updated.
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-09-02 docs: Add information about NIX_TIMEOUT variableVincent Ambo1-1/+3
2019-08-05 docs: Add a section on running your own NixeryVincent Ambo1-0/+141