Merge pull request #290331 from testplayername/patch-1

Add missing `meta.mainProgram` to treefmt
This commit is contained in:
Weijia Wang 2024-02-21 07:29:14 +01:00 committed by GitHub
commit 252039d226
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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";
};
}