theam / aws-lambda-haskell-runtime

⚡Haskell runtime for AWS Lambda
https://theam.github.io/aws-lambda-haskell-runtime/
Other
269 stars 48 forks source link

Building lambda docker images with Nix #126

Open fpringle opened 10 months ago

fpringle commented 10 months ago

Does anyone have any experience building a haskell + lambda docker image using nixpkgs's dockerTools and cabal, instead of stack and the provided Dockerfile? I've tried a few strategies but keep running into linking errors (e.g. /lib64/libc.so.6: version 'GLIBC_2.33' not found (required by /bin/sh))