-
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" …
-
## Problem
Since a while, GH actions runs `nixf-tidy` to detect useless `rec` and unused variables.
While I'm generally in favor of this, the output sometimes lacks detail, and it's desirable to…
-
While I was preparing #1053, I noticed that `nixfmt` makes significant changes to the current formatting (I am currently running `nixfmt nixpkgs-unstable-2024-08-16`). Is `nix-darwin` interested in ad…
-
I'm very unconvinced about using a flake import to override the systems that "eachDefaultSystem" is going to build for. I love flakes but seeing inputs used for this seems confusing to me.
Further,…
-
**Is your feature request related to a problem? Please describe.**
Cspell or another spellchecker would be a valuable addition.
-
Follow instructions from readme: https://github.com/cachix/pre-commit-hooks.nix/blob/61a3511668891c68ebd19d40122150b98dc2fe3b/README.md?plain=1#L31-L73
Now inspect `.pre-commit-config.yaml`:
…
-
Currently there is no bulletproof way to advise direnv of the true Nix dependency chain for a nix shell in order for the `watch_*` functions to reload only when something has actually genuinely change…
nrdxp updated
1 month ago
-
# About
This is a tracking issue for integrating linters and formatters.
# Steps
- [X] https://github.com/danth/stylix/pull/228
- [x] https://github.com/danth/stylix/pull/426
- [ ] `treewid…
-
Instead of mixing config intent and rendering / re-ification like this:
```nix
{
bench = dev.mkShell {
name = lib.mkDefault "Bench Shell";
nixago = [
(dev.mkNixago cell.config.pr…
-
`os/exec.LookPath` contains robust logic for looking up paths cross-platform. However, it is always based on the value of the `PATH` environment variable; there are cases where one might like to emplo…