-
**Describe the bug**
I have unformatted code in the sources, which gets formatted correctly with `nix fmt`, but `nix flake check` does not fail.
**To Reproduce**
Steps to reproduce the behavi…
-
It breaks on `nix build .#generate-rust-proto`:
```
/home/cor/uno/union $ nix build .#generate-rust-proto
error: attribute 'treefmt' missing
at /nix/store/rxn6is2i1a3a0iwd0iqz4sc1g54rwc…
-
When I am using `eza` with `xargs -I`, I get different output with `ls`.
```fish
❯ ls
1 2 3
❯ /bin/ls | xargs -I {} echo {} {}
1 1
2 2
3 3
❯ /bin/eza | xargs -I {} echo {} {}
1 2 3 1 …
-
**Describe the bug**
I added dprint to my flake.nix:
```
programs.dprint = {
enable = true;
config = {
includes = [ "**/*.json" ];
plugin…
-
With: https://github.com/numtide/treefmt-nix
-
Here's a reproduction:
Note that the line splitting is put in place by me. It is *technically* outputting a single line, but because it reaches the end, it wraps. When copying the output, I had to ma…
-
https://github.com/numtide/treefmt-nix/blob/b25d1a3c2c7554d0462ab1dfddf2f13128638b90/flake-module.nix#L36
When https://github.com/cachix/pre-commit-hooks.nix already adds a check (it includes a tre…
-
**Describe the bug**
I use https://github.com/oxalica/nil as a nix LSP server, which is quite practical.
Not sure if my setup or nil changed but recently nil has started freaking out whenever it s…
-
I use [dprint](https://dprint.dev/) for TS/JS/JSON/Markdown. It’s really fast and configurable.
Btw. dprint also supports running other formatters via [exec](https://dprint.dev/plugins/exec/), or …
-
### Summary
When adding a `'`-symbol to a specific line of a specific nix-file, the predefined language-server for nix files (rnix-lsp) seems to provide information which results in an error in the t…