Sridhar Ratnakumar
Sridhar Ratnakumar
Write docs for our native tests system (how to use it, basically) cf. - https://github.com/Platonic-Systems/process-compose-flake/pull/39 - https://github.com/juspay/services-flake/pull/38
https://discourse.nixos.org/t/prj-spec-direnv-lib/30294 Looks like `PRJ_DATA_HOME` could be used.
cf. https://github.com/juspay/services-flake/issues/23#issuecomment-1643007562
Follow-up to #103 When using the `prettier` formatter, how do we actually use the `plugins` option? With ```nix programs.prettier.settings = { plugins = [ "prettier-plugin-tailwindcss" ]; }; ``` (To use...
https://github.com/bram209/leptosfmt/releases/tag/0.1.13 is released with the two necessary changes that will allow us to finally get rid of this wrapper. https://github.com/numtide/treefmt-nix/blob/843e1e1b01ac7c9e858368fffd1692cbbdbe4a0e/programs/leptosfmt.nix#L26-L41 - [ ] Upstream 0.1.13 to nixpkgs - [ ]...
In the example nix shell, typing `, ` followed by hitting the TAB should auto-complete the user-configured script names (`hello` and `fmt` in the case of the example). This should...
Use something like https://www.nushell.sh/ instead of bash Aim for facilitating resolution of #28, #4, #32 and the like.
Because of the prerun thing, 
When description contains backticks: ``` { description = "Foo `bar` qux"; } ``` we see: ``` error: builder for '/nix/store/bhr9lfplzh0352yh4n6gnxdbjqbba7wh--.drv' failed with exit code 1; last 7 log lines: >...
... so that users can manually [wire](https://github.com/srid/haskell-flake/issues/62) it to their flake outputs. For example, they can set it to `apps.*` so as to be able to `nix run` the scripts...