diff options
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..d5f07e4 --- /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 = "cab7803c4f0adc7fff9da6680f90110674bb7a22"; + hash = "sha256-xUBQrQpw+JZxcqT1fy/8C2tjKwa7sLFHXamBm45Fa4Y="; + }; +} |