discord-presence-lsp
This commit is contained in:
parent
cf545e9bf8
commit
c949375961
4 changed files with 66 additions and 18 deletions
15
modules/editors/discord-presence-lsp.nix
Normal file
15
modules/editors/discord-presence-lsp.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{ pkgs }:
|
||||
(pkgs.rustPlatform.buildRustPackage rec {
|
||||
pname = "discord-presence-lsp";
|
||||
version = "200ae73131a098516025e4fd5269d8c8cb6144f6";
|
||||
cargoHash = "sha256-JLNCEeo9fKeV4vTtPs+Yj2wRO1RKP2fuetrPlXcPBjA=";
|
||||
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "xhyrom";
|
||||
repo = "zed-discord-presence";
|
||||
rev = version;
|
||||
hash = "sha256-RmpY0xkJYNDYn6SWNdKGpPetmBxf2/xY25FLeJqf0Po=";
|
||||
};
|
||||
|
||||
cargoBuildFlags = "--package discord-presence-lsp";
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue