feat(tazjin/cursed): add bubblegum demo from VolgaSprint talk

Change-Id: I4d9bd21e3dd6dbc24d46907e6270d49b97f50b99
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12352
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
Vincent Ambo 2024-08-26 15:28:20 +03:00 committed by tazjin
parent b9a614a90f
commit d292203235
2 changed files with 85 additions and 0 deletions

View file

@ -0,0 +1,9 @@
{ depot, ... }:
let
inherit (depot.web) bubblegum;
in
bubblegum.writeCGI
{
name = "cursed";
} ./responder.nix