hermes-backend-typings/shell.nix

7 lines
101 B
Nix

{
pkgs ? import <nixpkgs> { },
}: pkgs.mkShell {
buildInputs = with pkgs; [
capnproto
];
}