sing-box: set meta.mainProgram

This commit is contained in:
Nick Cao 2023-12-30 09:40:07 -05:00
parent 068e9d4324
commit 9267f03edf
No known key found for this signature in database

View File

@ -68,5 +68,6 @@ buildGoModule rec {
description = "The universal proxy platform";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ nickcao ];
mainProgram = "sing-box";
};
}