about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 11 insertions, 8 deletions
diff --git a/README.md b/README.md
index 4049e2272d..f58f937cef 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 depot
 =====
 
-[![Build status](https://badge.buildkite.com/016bff4b8ae2704a3bbbb0a250784e6692007c582983b6dea7.svg?branch=canon)](https://buildkite.com/tvl/depot)
+[![Build status](https://badge.buildkite.com/016bff4b8ae2704a3bbbb0a250784e6692007c582983b6dea7.svg?branch=refs/heads/canon)](https://buildkite.com/tvl/depot)
 
 This repository is the [monorepo][] for the community around [The
 Virus Lounge][tvl], containing our personal tools and infrastructure.
@@ -17,8 +17,8 @@ partially see this as [an experiment][] in tooling for monorepos.
 
 * Source code is available primarily through Sourcegraph on
   [cs.tvl.fyi](https://cs.tvl.fyi), where it is searchable and even semantically
-  indexed. A lower-tech view of the repository is also available via cgit on
-  [code.tvl.fyi](https://code.tvl.fyi).
+  indexed. A lower-tech view of the repository is also available via cgit-pink
+  on [code.tvl.fyi](https://code.tvl.fyi).
 
   The repository can be cloned using `git` from `https://cl.tvl.fyi/depot`.
 
@@ -49,6 +49,9 @@ configuration is tracked in `//ops/{modules,machines}`.
 * [`//nix/readTree`](https://cs.tvl.fyi/depot/-/blob/nix/readTree/README.md)
   contains the Nix code which automatically registers projects in our Nix
   attribute hierarchy based on their in-tree location
+* [`//tools/nixery`](https://cs.tvl.fyi/depot/-/tree/tools/nixery)
+  contains the source code of [Nixery][], a container registry that
+  can build images ad-hoc from Nix packages
 * `//nix/yants` contains **Y**et **A**nother **N**ix **T**ype **S**ystem, which
   we use for a variety of things throughout the repository
 * `//nix/buildGo` implements a Nix library that can build Go software in the
@@ -57,10 +60,12 @@ configuration is tracked in `//ops/{modules,machines}`.
 * `//nix/buildLisp` implements a Nix library that can build Common Lisp
   software. Currently only SBCL is supported. Lisp programs in this repository
   are built using this library.
+* `//web/blog` and `//web/atom-feed`: A Nix-based static site generator which
+  generates the web page and Atom feed for [tazj.in](https://tazj.in)
+  (`//users/tazjin/homepage`) and [tvl.fyi](https://tvl.fyi) (`//web/tvl`)
 * `//web/bubblegum` contains a CGI-based web framework written in Nix.
 * `//nix/nint`: A shebang-compatible interpreter wrapper for Nix.
 * `//tvix` contains initial work towards a modular architecture for Nix.
-* `//third_party/nix` contains [our fork][tvix] of the Nix package manager.
 
 We have a variety of other tools and libraries in the `//nix` folder which may
 be of interest.
@@ -84,10 +89,7 @@ personal or experimental code that does not require review.
 
 Some examples:
 
-* `//users/tazjin/homepage` && `//users/tazjin/blog`: A Nix-based static site
-  generator which generates the web page and Atom feed for
-  [tazj.in](https://tazj.in)
-* `//users/grfn/xanthous`: A (WIP) TUI RPG, written in Haskell.
+* `//users/aspen/xanthous`: A (WIP) TUI RPG, written in Haskell.
 * `//users/tazjin/emacs`: tazjin's Emacs & EXWM configuration
 * `//users/tazjin/finito`: A persistent finite-state machine library for Rust.
 
@@ -119,3 +121,4 @@ Hackint also provide a [web chat][tvl-webchat].
 [hackint-xmpp]: https://hackint.org/transport/xmpp
 [tvl-xmpp]: xmpp:#tvl@irc.hackint.org?join
 [tvl-webchat]: https://webirc.hackint.org/#ircs://irc.hackint.org/#tvl
+[Nixery]: https://nixery.dev