From f5fde2475f81e1b714848c3c1ae4d5703738b65e Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 29 Mar 2025 12:16:13 +0100 Subject: refactor(pkgs/update-vim-plugins): Remove Let's start using the nixpkgs infrastructure instead of this python application. --- flake/default.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'flake') diff --git a/flake/default.nix b/flake/default.nix index c942c678..78c38c0a 100644 --- a/flake/default.nix +++ b/flake/default.nix @@ -144,7 +144,6 @@ in { # update myPkgs.generate_moz_extension # needed for the firefox extension update script myPkgs.lf-make-map # needed to generate the lf cd mappings - myPkgs.update-vim-plugins ]; }; }; -- cgit 1.4.1