feature: Adds working codegen.

This commit is contained in:
Tera << 8 2025-01-10 22:48:17 -05:00
parent 594c2c4202
commit ba53b7a25d
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37
7 changed files with 142 additions and 2 deletions

7
shell.nix Normal file
View file

@ -0,0 +1,7 @@
{
pkgs ? import <nixpkgs> { },
}: pkgs.mkShell {
buildInputs = with pkgs; [
capnproto
];
}