about summary refs log tree commit diff stats
path: root/pkgs/sources/update_vim_plugins/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--pkgs/sources/update_vim_plugins/default.nix17
1 files changed, 0 insertions, 17 deletions
diff --git a/pkgs/sources/update_vim_plugins/default.nix b/pkgs/sources/update_vim_plugins/default.nix
deleted file mode 100644
index 7f0b3f0d..00000000
--- a/pkgs/sources/update_vim_plugins/default.nix
+++ /dev/null
@@ -1,17 +0,0 @@
-[
-  (
-    final: prev: {
-      update-vim-plugins = import ./package.nix {
-        inherit
-          (prev)
-          python3
-          # dependencies
-          
-          nix
-          alejandra
-          nix-prefetch-git
-          ;
-      };
-    }
-  )
-]