treefmt: Add missing meta.mainProgram

This commit is contained in:
testplayername 2024-02-21 01:27:58 +00:00 committed by dplusplus
parent 4b701257ce
commit 563bae15e3

View file

@ -17,5 +17,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/numtide/treefmt";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.zimbatm ];
mainProgram = "treefmt";
};
}