diff options
author | sterni <sternenseemann@systemli.org> | 2022-05-27T22·21+0200 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-05-27T23·24+0000 |
commit | 0d694afee4be922dab00808a4a55b77b3ec488af (patch) | |
tree | cee5c91884201cd0346d2981a97e30007c66db81 | |
parent | ed29aed5bcc877787fa510f7868110b30a80bcaf (diff) |
docs(README.md): reflect recent upheaval in depot r/4156
* //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 <sternenseemann@systemli.org> Reviewed-by: tazjin <tazjin@tvl.su>
-rw-r--r-- | README.md | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/README.md b/README.md index 0934ac95402d..986b7362751e 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. |