srid / haskell-template

Haskell project template using Nix + Flakes + VSCode (HLS)
https://srid.ca/haskell-template
MIT License
227 stars 32 forks source link

Add a Nix template #120

Open srid opened 8 months ago

srid commented 8 months ago

I changed my mind about https://github.com/srid/haskell-template/pull/98

But we should do it a limited manner. In particular nix flake init should only bring the following files:

Basically help automate modernization work like https://github.com/srid/commonmark-simple/pull/1/commits/4339af157a16e24d68238a39d35da996783be4f9

srid commented 2 months ago

You can now run:

nix flake init -t github:srid/haskell-template

This includes all files. A better way to initialize the template will be provided as part of https://github.com/juspay/omnix/issues/152