nimlsp: add meta.mainProgram
This commit is contained in:
parent
6514bb84e5
commit
043845e49a
@ -57,6 +57,7 @@ buildNimPackage' (finalAttrs: {
|
|||||||
description = "Language Server Protocol implementation for Nim";
|
description = "Language Server Protocol implementation for Nim";
|
||||||
homepage = "https://github.com/PMunch/nimlsp";
|
homepage = "https://github.com/PMunch/nimlsp";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
|
mainProgram = "nimlsp";
|
||||||
maintainers = with lib.maintainers; [ xtrayambak ];
|
maintainers = with lib.maintainers; [ xtrayambak ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user