mlabs-haskell / lambda-buffers

LambdaBuffers toolkit for sharing types and their semantics between different languages
https://mlabs-haskell.github.io/lambda-buffers/
Apache License 2.0
29 stars 0 forks source link

Scaffold the Google Protobuf bits #6

Closed bladyjoker closed 1 year ago

bladyjoker commented 1 year ago

DONE

bladyjoker commented 1 year ago

@gnumonik can you please check the direnv workflow as for some reason it breaks in lambda-buffers-compiler directory for me. I wonder if the issue is reproducible. Essentially got to lambda-buffers-compiler directory and do direnv allow or direnv reload when necessary.

bladyjoker commented 1 year ago

@gnumonik can you please check the direnv workflow as for some reason it breaks in lambda-buffers-compiler directory for me. I wonder if the issue is reproducible. Essentially got to lambda-buffers-compiler directory and do direnv allow or direnv reload when necessary.

I had an older version of nix-direnv -.-

Either nix profile upgrade nixpkgs#nix-direnv or nix profile list | grep nix-direnv to find the package and remove it with nix profile remove #number and install the latest version nix profile install nixpkgs#nix-direnv

bladyjoker commented 1 year ago

Thanks @gnumonik , I'll merge this and we can proceed with fixes in the following PRs.