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

Improved flake-typescript.nix to put packages in `npm`s cache before installing them #157

Closed jaredponn closed 7 months ago

jaredponn commented 7 months ago

A minor improvement which makes it s.t. one no longer needs to manually topologically sort dependencies. This was done by using the npm cache command which stores all package related data.