templates
templates copied to clipboard
Add haskell-simple-package
Hello - I found the haskell-hello template a little incomplete, so I've created this one - it's similar in structure, but:
- Has an executable, a library and a test defined, rather than just an executable
- Has a README
- Has its
flake.nixwritten in (what I think is) a slightly more canonical format, usingflake-utils
Looks good. Requires updates to the root flake.nix to register the new template.
Sure. If there's any action for me then let me know.
Yeah, there's a pattern in the flake.nix on how to add new ones.