loudgolem
loudgolem
ndk-22-1-7171670 ndk-23-1-7779620 don't build, same error
Also a nix flake check with dprint, with plugins configured, is failing. ``` # treefmt.nix _: { projectRootFile = "flake.nix"; programs.dprint.enable = true; programs.dprint.settings = { includes = [ "**/*.toml"...
Thanks, that is what I ended up doing. but I don't know how to keep them up-to-date. I'm thinking it is best to define the plugins in dprint.json, so that...
alright, I will try it out
okay.
with that pr this is working ```nix plugins = map toString ( with pkgs.dprint-plugins; # or dprint.plugins [ dprint-plugin-json dprint-plugin-markdown dprint-plugin-toml g-plane-pretty_yaml ] ); ```
okay, ```nix programs.dprint.includes = [ "**/*.md" ]; # works programs.dprint.settings.includes = [ "**/*.md" ]; # no longer works, it uses ".*" (set as default in dprint.nix) ``` you may close...
https://github.com/avelino/awesome-go/blob/main/CONTRIBUTING.md#quality-standards > have at least 5 months of history since the first commit. You can re-submit again linking to this pr.