# 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 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 ```