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. --- pkgs/by-name/up/update-vim-plugins/update.sh | 5 ----- 1 file changed, 5 deletions(-) delete mode 100755 pkgs/by-name/up/update-vim-plugins/update.sh (limited to 'pkgs/by-name/up/update-vim-plugins/update.sh') diff --git a/pkgs/by-name/up/update-vim-plugins/update.sh b/pkgs/by-name/up/update-vim-plugins/update.sh deleted file mode 100755 index 1bad12a9..00000000 --- a/pkgs/by-name/up/update-vim-plugins/update.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/env sh - -poetry update --lock - -# vim: ft=sh -- cgit 1.4.1