about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2021-05-19T00·04+0200
committertazjin <mail@tazj.in>2021-05-19T00·10+0000
commitf748f40d0acd633d8440354f839ace84418f4e41 (patch)
tree609fb640ac31057a9385b2af0afc55fd04b76ae4 /README.md
parent952afb7da9a4b563f4e6478aec73f304827c2777 (diff)
docs: Minor updates & fixes for depot README r/2596
* update some of the project listings
* remove an invalid link to my previous Twitter account (this is from
  back before TVL was a multi-person project)

Change-Id: I049c05704d5feecc8c40718665fe98315008423f
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3122
Tested-by: BuildkiteCI
Reviewed-by: cynthia <cynthia@tvl.fyi>
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 10 insertions, 6 deletions
diff --git a/README.md b/README.md
index bd27ae3518..f982ae4ddb 100644
--- a/README.md
+++ b/README.md
@@ -11,9 +11,6 @@ A large portion of the software here is very self-referential, meaning that it
 exists to sustain the operation of the repository. This is the case because we
 partially see this as [an experiment][] in tooling for monorepos.
 
-If you've ended up here and have no idea who I am, feel free to follow me [on
-Twitter][].
-
 # Highlights
 
 ## Services
@@ -41,12 +38,14 @@ Twitter][].
   dynamically via
   [`//ops/pipelines`](https://cs.tvl.fyi/depot/-/tree/ops/pipelines).
 
+* A search service that makes TVL services available via textual
+  shortcuts is available: [atward](https://at.tvl.fyi)
+
 All services that we host are deployed on NixOS machines that we manage. Their
 configuration is tracked in `//ops/{modules,machines}`.
 
 ## Nix
 
-* `//third_party/nix` contains Tvix, [our fork][tvix] of the Nix package manager
 * [`//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
@@ -58,6 +57,9 @@ 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/bubblegum` contains a CGI-based web framework written in 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,9 +86,10 @@ 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/tazjin/finito`: A persistent finite-state machine library for Rust.
 * `//users/grfn/xanthous`: A (WIP) TUI RPG, written in Haskell.
 * `//users/tazjin/emacs`: tazjin's Emacs & EXWM configuration
+* `//users/sterni/nint`: A shebang-compatible interpreter wrapper for Nix.
+* `//users/tazjin/finito`: A persistent finite-state machine library for Rust.
 
 # Licensing
 
@@ -99,11 +102,12 @@ If you'd like to contribute to any of the tools in here, please check out the
 [contribution guidelines](./docs/CONTRIBUTING.md) and our [code of
 conduct](./docs/CODE_OF_CONDUCT.md).
 
+IRC users can find us in `##tvl-dev` on Freenode.
+
 [monorepo]: https://en.wikipedia.org/wiki/Monorepo
 [tvl]: https://tvl.fyi
 [Nix]: https://nixos.org/nix
 [an experiment]: https://tvl.fyi/monorepo-doc
-[on Twitter]: https://twitter.com/tazjin
 [panettone]: https://cs.tvl.fyi/depot@canon/-/tree/web/panettone
 [tvix]: https://cs.tvl.fyi/depot/-/blob/third_party/nix/README.md
 [dottime]: https://dotti.me