From dd3c8d2262839d153e941456ee343d5ed2227396 Mon Sep 17 00:00:00 2001 From: figsoda Date: Thu, 11 Nov 2021 10:52:22 -0500 Subject: [PATCH] vimPlugins: fix update.py --- pkgs/misc/vim-plugins/update-shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/misc/vim-plugins/update-shell.nix b/pkgs/misc/vim-plugins/update-shell.nix index b26620677039..18b5b1a37c5f 100644 --- a/pkgs/misc/vim-plugins/update-shell.nix +++ b/pkgs/misc/vim-plugins/update-shell.nix @@ -7,7 +7,7 @@ mkShell { packages = [ bash pyEnv - nix + nix_2_3 nix-prefetch-scripts ]; }