nimlsp: add meta.mainProgram

This commit is contained in:
poz 2025-07-19 14:19:36 +02:00
parent 6514bb84e5
commit 043845e49a
No known key found for this signature in database

View File

@ -57,6 +57,7 @@ buildNimPackage' (finalAttrs: {
description = "Language Server Protocol implementation for Nim";
homepage = "https://github.com/PMunch/nimlsp";
license = lib.licenses.mit;
mainProgram = "nimlsp";
maintainers = with lib.maintainers; [ xtrayambak ];
};
})