feature: Adds working codegen.
This commit is contained in:
parent
594c2c4202
commit
ba53b7a25d
7 changed files with 142 additions and 2 deletions
7
shell.nix
Normal file
7
shell.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
pkgs ? import <nixpkgs> { },
|
||||
}: pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
capnproto
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue