a-kenji / nix-uri

Parse the nix-uri scheme
MIT License
3 stars 1 forks source link

Add the ability to format to devshell (and/or documenting it) #141

Closed Ben-PH closed 4 weeks ago

Ben-PH commented 1 month ago

I find myself using nix shell nixpkgs#rustfmt -c cargo fmt to format my code base. Either it's missing from the project config, or it's there, but there's a different way to do it that I'm not aware.

a-kenji commented 1 month ago

Yes, there is a different way, I will document it in CONTRIBUTING.md, basically there are two ways:

treefmt # in the devshell

or

nix fmt
a-kenji commented 4 weeks ago

Closed through: #170