Home

Awesome

PureScript <> Nix

Build your PureScript stuff with Nix.

Getting started

TODO

See the example.

What's the point?

Building an "elaborated" package set

We can't use the standard package sets as they are because Nix needs to know what repo hash we expect. So there is a little Haskell executable under elaborator that takes as input a standard package set and outputs that same package set with commit hashes and stuff.

TODO