The Road to purescript2nix
2021-12-10
I recently put together a tool called purescript2nix
. This is a Nix function that lets you easily build a PureScript project with Nix.
There were a couple steps along the way, and this blog post series details all the steps. If you're only interested in using purescript2nix
, jump directly to the last post.
-
This post explains the
dhallDirectoryToNix
function, which is used for reading a directory of Dhall files in as Nix code. PureScript Package Sets with Hashes
This post explains a method of adding a hash for each package to a PureScript package set.
-
This post explains how to use
purescript2nix
.
tags: purescript, nixos