-
#383 adds allowUnfree
but new env
`nix flake init --template github:cachix/devenv#flake-parts`
says (inside perSystem) `devenv.allowUnfree = true; # wrong`
-
**Is your feature request related to a problem? Please describe.**
The supplied `mdformat` is good for a lot of use cases, and if you agree with its strong / unconfiguable opinions, but there are o…
-
### Describe the issue
Current `master` is 3c92540611f42d3fb2d0d084a6c694cd6544b609. Running `nix develop` with the output of `nix flake init --template github:nix-community/poetry2nix` fails with…
-
I am working in a monorepo in which different sub-projects use different formatters for the same file types
I would like to enable formatting on save but don't see how I could make formatting condi…
-
For this justfile,
```
# Auto-format the source tree
fmt:
treefmt
alias f := fmt
# Run the project locally
watch $RUST_BACKTRACE="1":
cargo leptos watch
alias w := watch
```
W…
-
For many uses of submodules the project doesn't necessarily own the rights to the submodule directory so formatting it is just a waste of time since the code cannot be committed. Therefore, we should …
nrdxp updated
2 years ago
-
## Rationale
Sometimes, you want to exclude directories that don't belong to any specific language but rather because you don't want `treefmt` to traverse those. ~~As far as I'm aware, you need to …
-
**Describe the solution you'd like**
Can it provide completions for common shells? I guess can be helpful. TIA!
-
When having many machines and other outputs it tries to evaluate all of them instead of just evaluating the target machine.
Doing
```
deploy '.#machinename'
```
also evaluates all machine…
-
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" …