From 0d694afee4be922dab00808a4a55b77b3ec488af Mon Sep 17 00:00:00 2001 From: sterni Date: Sat, 28 May 2022 00:21:56 +0200 Subject: docs(README.md): reflect recent upheaval in depot * //third_party/nix is no more * //users/tazjin/blog was promoted to //web * We merged in cgit-pink and might as well do a bit of advertising. Change-Id: I70c26a687517c196970fd2e7cd1397e430f3201f Reviewed-on: https://cl.tvl.fyi/c/depot/+/5721 Tested-by: BuildkiteCI Autosubmit: sterni Reviewed-by: tazjin --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 0934ac9540..986b736275 100644 --- a/README.md +++ b/README.md @@ -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`. @@ -60,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. @@ -87,9 +89,6 @@ 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/tazjin/emacs`: tazjin's Emacs & EXWM configuration * `//users/tazjin/finito`: A persistent finite-state machine library for Rust. -- cgit 1.4.1