https://github.com/nsaunders/purescript-nix-example-basic
https://github.com/nsaunders/purescript-nix-example-basic
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nsaunders/purescript-nix-example-basic
- Owner: nsaunders
- License: mit
- Created: 2021-05-11T01:06:59.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T15:07:29.000Z (about 5 years ago)
- Last Synced: 2025-01-28T20:11:37.078Z (over 1 year ago)
- Language: Nix
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# purescript-nix-example-basic
## Purpose
The goal of this project is to serve as a **minimalistic** example of how to use
Nix to build a PureScript project.
> :warning: I am a Nix newbie and would love to learn from you. If you have any advice, please [file an issue](https://github.com/nsaunders/purescript-nix-example-basic/issues).
## Building
```bash
# Required every time any source file or dependency has changed since last build.
# I think this is normal: https://discourse.purescript.org/t/purs-nix-manage-purescript-projects-with-nix/2290/4
nix-shell --run "spago build --then 'spago2nix generate'"`
nix-build
```