nixpkgs-fmt: add meta.mainProgram

This commit is contained in:
Austin Horstman 2023-08-03 10:36:59 -05:00
parent 4b0ef51702
commit c69ea1f29a
No known key found for this signature in database

View file

@ -17,5 +17,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://nix-community.github.io/nixpkgs-fmt";
license = licenses.asl20;
maintainers = with maintainers; [ zimbatm ];
mainProgram = "nixpkgs-fmt";
};
}