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:
parent
b9a614a90f
commit
d292203235
2 changed files with 85 additions and 0 deletions
9
users/tazjin/cursed/default.nix
Normal file
9
users/tazjin/cursed/default.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ depot, ... }:
|
||||
|
||||
let
|
||||
inherit (depot.web) bubblegum;
|
||||
in
|
||||
bubblegum.writeCGI
|
||||
{
|
||||
name = "cursed";
|
||||
} ./responder.nix
|
||||
Loading…
Add table
Add a link
Reference in a new issue