diff options
author | Leonardo Santiago <[email protected]> | 2024-08-19 09:38:29 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2024-08-19 09:38:29 -0300 |
commit | ad31831c7c9d934aefdbec38d9c3f8a09e1d6208 (patch) | |
tree | c9907ab65d98f34b13864dd182c44ddd59073469 /modules/emacs/eglot-booster.nix | |
parent | 9a540319df87f8df75266dec9986e1735a44a226 (diff) |
update stuff
Diffstat (limited to 'modules/emacs/eglot-booster.nix')
-rw-r--r-- | modules/emacs/eglot-booster.nix | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/modules/emacs/eglot-booster.nix b/modules/emacs/eglot-booster.nix new file mode 100644 index 0000000..5d9df5a --- /dev/null +++ b/modules/emacs/eglot-booster.nix @@ -0,0 +1,13 @@ +{ trivialBuild, + fetchFromGitHub, +}: +trivialBuild { + pname = "eglot-booster"; + version = "0.1.0"; + src = fetchFromGitHub { + owner = "jdtsmith"; + repo = "eglot-booster"; + rev = "e19dd7ea81bada84c66e8bdd121408d9c0761fe6"; + hash = "sha256-vF34ZoUUj8RENyH9OeKGSPk34G6KXZhEZozQKEcRNhs="; + }; +} |