How to Statically-link Haskell Binaries using Nix

2024-09-29

I put together an example repository showing how to statically-link x86-64 Linux Haskell binaries using Nix. Check out the README in the repo for more information:

https://github.com/cdepillabout/example-static-haskell-nix

tags: nixos, haskell