You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I developed a personal version that includes summoner Haskell project scaffolding and lorri integration! Unfortunately it's not a fork but I'm opening this issue to share what I did since it can fit other persons necessities too.
That's great! I haven't thought of using summoner and cookiecutter together before, I think summoner is far more capable than cookiecutter; so probably just adding Nix support to summoner would be the simplest option in the long run. There is an issue [1] discussing that if you are interested.
By the way, I am also considering adding lorri support to this one (should be as easy as adding .envrc with contents eval "$(lorri direnv)").
I will keep this issue open, so people can discover your project.
Yeah lorri integration is pretty easy and I also automated niv init so as to not worry with always having to manually change the repo to have the latest nixpkgs pin. Since niv is available in the dev environment, one can always use niv to update the pin to something else too.
I didn't thought of adding nix support to summoner! I'll look into it!
Hi, I stumbled upon this repo from reading https://discourse.nixos.org/t/nix-haskell-development-2020/6170 and it was very useful in my journey with nix.
I developed a personal version that includes
summoner
Haskell project scaffolding andlorri
integration! Unfortunately it's not a fork but I'm opening this issue to share what I did since it can fit other persons necessities too.The repo is here: https://github.com/bolt12/hs-nix-template
Please tell me if you think I stepped a line somewhere.
The text was updated successfully, but these errors were encountered: