summary refs log tree commit diff stats
path: root/overlays
diff options
context:
space:
mode:
authorAlan Pearce2024-05-10 16:27:40 +0200
committerAlan Pearce2024-05-10 16:27:40 +0200
commitc4b48c543909da44843a636d8b175df4f975c7c5 (patch)
tree19e9a2a9a948546e3952dcec969ad194a8e8974e /overlays
parent39a0b29655eb2314db1f7914f751595742e32d2d (diff)
downloadnixfiles-c4b48c543909da44843a636d8b175df4f975c7c5.tar.lz
nixfiles-c4b48c543909da44843a636d8b175df4f975c7c5.tar.zst
nixfiles-c4b48c543909da44843a636d8b175df4f975c7c5.zip
remove unused package epkgs.tabnine{-capf,}
Diffstat (limited to 'overlays')
-rw-r--r--overlays/extra-packages.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/overlays/extra-packages.nix b/overlays/extra-packages.nix
index d0717756..0e0451d0 100644
--- a/overlays/extra-packages.nix
+++ b/overlays/extra-packages.nix
@@ -1,14 +1,4 @@
 self: super: {
-  emacsPackagesFor = emacs: (
-    (super.emacsPackagesFor emacs).overrideScope (
-      eself: esuper:
-        esuper // {
-          tabnine-capf = super.callPackage ../packages/tabnine-capf.nix {
-            inherit eself;
-          };
-        }
-    )
-  );
   vimPlugins = super.vimPlugins.extend (final: prev: {
     coc-tabnine =
       let