about summary refs log tree commit diff
path: root/pkgs/devhell
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/devhell')
-rw-r--r--pkgs/devhell/vim/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/devhell/vim/default.nix b/pkgs/devhell/vim/default.nix
index 35f8c1ec..493ece01 100644
--- a/pkgs/devhell/vim/default.nix
+++ b/pkgs/devhell/vim/default.nix
@@ -1,6 +1,6 @@
 { pkgs ? import <nixpkgs> {} }:
 
-pkgs.vim_configurable.overrideAttrs (drv: {
+pkgs.vim-full.overrideAttrs (drv: {
   vimrc = pkgs.vimUtils.vimrcFile {
     packages.myplugins = with pkgs.vimPlugins; {
       start = [