-
The following flake leads to an infinite recursion:
```nix
{
outputs = inputs@{flake-parts, nixpkgs, self, ...}:
flake-parts.lib.mkFlake {inherit inputs;} {
nixosConfigurations.defaul…
-
**Describe the bug**
Hi, i'm new user
i've discovered the project and i'm reading the documentation
The configuration describes the `includes` property as a regex
https://github.com/numtide/tr…
-
**Describe the bug**
If the `projectRoot` is a symlink, `nix fmt` fails
```
[WARN]: Ignoring path ., it is not in the project root
[WARN]: Aborting, no paths to format
```
**To Reproduce**
…
-
The vulnerability report below was generated by [nixpkgs-crate-holes](https://code.tvl.fyi/tree/users/sterni/nixpkgs-crate-holes) which extracts the `Cargo.lock` file of each package in nixpkgs with a…
-
[The proper flake way to do things](https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-fmt.html)
I think `flake-parts` has an even stronger solution.
-
So we can respect https://numtide.github.io/treefmt/formatters-spec/#2-write-to-changed-files
Presently it does:
![image](https://github.com/bram209/leptosfmt/assets/3998/89936c5d-c4b6-4172-ac51-…
-
To keep the tree autoformatted and check that in CI (as part of #11) as part of flake check.
-
https://github.com/numtide/treefmt
-
Running `just fmt` should also use https://github.com/bram209/leptosfmt to format the `view!` macros.
Doing this will require first upstreaming `leptosfmt` to nixpkgs: https://github.com/NixOS/nixp…
-
Either do it in a simple way or use the treefmt-nix flake-parts module (without bringing that flake input to users of haskell-flake).