Nixify Haskell projects

This is a tutorial series on nixifying Haskell projects. In part 1, we will begin with using nothing but nixpkgs. In the latter parts, we’ll use simplifiy our project Nix code through haskell-flake which builds on top of the Haskell infrastructure in nixpkgs. 1

Footnotes
1.
There are also other approaches (like haskell.nix, stacklock2nix).
Links to this page