Sridhar Ratnakumar
Sridhar Ratnakumar
When using Nix 2.4 one has to use `nix develop .#devShells..default` to run the nix shell.
https://github.com/numtide/nix-filter
1. Add a directory `./docs` where application/library specific documentation will be stored. - In the template repo itself, this directory can store documentation for haskell-template and "recipes" like #33 (the...
We want to provide a list of "recipes" (based on https://github.com/srid/haskell-flake ) like, - How to add a dependency (add to .cabal file, and relaunch the nix shell) - How...
To be done on top of #39 Document how to remove - The `./docs` directory and associated flake outs - `treefmt` (toml, nix, etc.) - Relude - ... ?
[nix-direnv](https://github.com/nix-community/nix-direnv) with [direnv-vscode](https://github.com/direnv/direnv-vscode) to replace the Nix Env Selector extension? Pro: obviates having to have a `shell.nix`, and feels faster in VSCode (esp. when using the slow haskell.nix). Con: necessitates...
Once https://github.com/arrterian/nix-env-selector/issues/53 is done.
Entering `nix develop` should print a welcome message similar to how https://github.com/yusdacra/rust-nix-templater does
Should we go back to ormolu? Ref: - https://github.com/fourmolu/fourmolu/issues/57 - https://github.com/srid/emanote/pull/277
I'm a fan of https://tailwindcss.com/ - but it is not clear how to use it in this template. I see that there is something called 'Scoped CSS' which enables some...