treewide: add meta.mainProgram (#249601)

This commit is contained in:
xrelkd
2023-08-16 23:58:46 +03:00
committed by GitHub
parent 66469836be
commit 9049df5a04
4 changed files with 9 additions and 1 deletions
@@ -58,5 +58,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/launchbadge/sqlx";
license = licenses.asl20;
maintainers = with maintainers; [ greizgh xrelkd fd ];
mainProgram = "sqlx";
};
}