netease-music-tui: add mainProgram

This commit is contained in:
北雁 Cryolitia 2024-01-31 20:19:59 +08:00 committed by GitHub
parent 97b17f3236
commit 175ee13140
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,5 +29,6 @@ rustPlatform.buildRustPackage rec {
description = "netease cloud music terminal client by rust";
maintainers = with maintainers; [ vonfry ];
license = licenses.mit;
mainProgram = "ncmt";
};
}