{ depot, pkgs, ... }: let inherit (pkgs) graphviz runCommandNoCC writeText; tvlGraph = runCommandNoCC "tvl.png" { nativeBuildInputs = with pkgs; [ fontconfig freetype cairo jetbrains-mono ]; } '' ${graphviz}/bin/neato -Tpng ${./tvl.dot} > $out ''; homepage = writeText "index.html" ''
Welcome to The Virus Lounge. We're a random group of people who feel undersocialised in these trying times, and we've decided that there isn't enough spontaneous socialising on the internet.
Anyone can join The Virus Lounge, if it is currently open. Its current status is shown in the topic of the ##tvl channel on Freenode.
(Hope you've checked that it's open!)
It's pretty straightforward.