bun: add meta.mainProgram

This commit is contained in:
Austin Horstman 2024-03-24 09:28:53 -05:00
parent 0f7fbe4c27
commit a07ef204c5
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ stdenvNoCC.mkDerivation rec {
mit # bun core
lgpl21Only # javascriptcore and webkit
];
mainProgram = "bun";
maintainers = with maintainers; [ DAlperin jk thilobillerbeck cdmistman coffeeispower ];
platforms = builtins.attrNames passthru.sources;
# Broken for Musl at 2024-01-13, tracking issue: