nix-community / nix-on-droid

Nix-enabled environment for your Android device. [maintainers=@t184256,@Gerschtli]
https://nix-on-droid.unboiled.info
MIT License
1.16k stars 65 forks source link

Add nix-formatter-pack #212

Closed Gerschtli closed 1 year ago

Gerschtli commented 1 year ago

I build a nice little tool to easily setup multiple formatters (we currently use nixpkgs-fmt and statix, this adds deadnix). The benefit is that running nix fmt fixes all issues found by all tools and nix flake check checks for all tools.

This is very opinionated so feel free to close it, if you don't like it :)

Requires https://github.com/t184256/nix-on-droid/pull/204.

Gerschtli commented 1 year ago

rebased on master. Thanks for the review!