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

CTL/purescriptFlake: error: nodejs_14 has been removed as it is EOL #160

Closed bladyjoker closed 8 months ago

bladyjoker commented 10 months ago

CTL uses older nixpkgs in which nodejs 14 is still not marked as dead.

I believe node2nix is the culprit here, but we should definitely fix CTL to have weekly and reliable nixpkgs upgrade as to not block its dependents.

bladyjoker commented 10 months ago

Hacked this https://github.com/mlabs-haskell/lambda-buffers/pull/158/commits/bff37f664d0d38832a0949e4eb93bafea2eb521d in #158

bladyjoker commented 8 months ago

Handled in https://github.com/mlabs-haskell/flake-lang.nix/issues/34