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

Changed `flake-typescript.nix`'s to use symlinks instead of copying. #159

Closed jaredponn closed 7 months ago

jaredponn commented 7 months ago

Changed cp <dependencyi> <dest> to ln -s <dependency1> <dest>. There really was no need to copy things already existing in the nix store -- it's a bit more space efficient to symlink it I suppose.

Edit. Nevermind, I think node2nix makes this painful.