README.md

February 4, 2017 ยท View on GitHub

purescript-packages2nix

This package will convert the purescript package set to a nix format suitable for purescriptPackages. This tool currently only converts the entire package set. It cannot be used to convert a single project to a nix project. The primary purpose of this package is to generate a Nix package set for purescriptPackages, which can be used to depend on packages in the PureScript package set.

Usage

$ PACKAGES_URL=https://raw.githubusercontent.com/purescript/package-sets/master/packages.json
$ curl $PACKAGES_URL | purescript-packages2nix-exe > purescript-packages.nix