lol

netcoredbg: add meta.mainProgram

+1
+1
pkgs/development/tools/misc/netcoredbg/default.nix
··· 86 86 homepage = "https://github.com/Samsung/netcoredbg"; 87 87 license = licenses.mit; 88 88 platforms = platforms.unix; 89 + mainProgram = "netcoredbg"; 89 90 maintainers = with maintainers; [ leo60228 konradmalik ]; 90 91 }; 91 92 }