26 lines
457 B
Markdown
26 lines
457 B
Markdown
# stacky
|
|
|
|
Personal template for the Stack build system based on Nix.
|
|
|
|
Based on the `new-template.hsfiles` from [stack-templates](https://github.com/commercialhaskell/stack-templates).
|
|
|
|
## Using
|
|
|
|
Create the project folder:
|
|
|
|
```
|
|
stack new <name> https://git.pbrinkmeier.de/paul/stacky/raw/branch/main/stacky.hsfiles
|
|
```
|
|
|
|
(Optionally) update Nix packages and Niv:
|
|
|
|
```
|
|
nix-shell --run "niv update"
|
|
```
|
|
|
|
For development, enter the Nix shell:
|
|
|
|
```
|
|
nix-shell
|
|
```
|