diff options
author | Leonardo Santiago <[email protected]> | 2025-05-11 23:41:06 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2025-05-11 23:41:06 -0300 |
commit | dd8678b321ca524dc10001610a25c8485e101314 (patch) | |
tree | 4f9b69fc057e34819f85afc6044178c150bd34ab /modules/emacs/eglot-booster.nix | |
parent | 5edf2c301dfbdbf0c22bb5616215537d86cda3e5 (diff) |
chore(emacs): remove unused files
Diffstat (limited to 'modules/emacs/eglot-booster.nix')
-rw-r--r-- | modules/emacs/eglot-booster.nix | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/modules/emacs/eglot-booster.nix b/modules/emacs/eglot-booster.nix deleted file mode 100644 index 8581403..0000000 --- a/modules/emacs/eglot-booster.nix +++ /dev/null @@ -1,13 +0,0 @@ -{ trivialBuild, - fetchFromGitHub -}: -trivialBuild { - pname = "eglot-booster"; - version = "0.1.0"; - src = fetchFromGitHub { - owner = "jdtsmith"; - repo = "eglot-booster"; - rev = "e19dd7ea81bada84c66e8bdd121408d9c0761fe6"; - hash = "sha256-vF34ZoUUj8RENyH9OeKGSPk34G6KXZhEZozQKEcRNhs="; - }; -} |