about summary refs log tree commit diff stats
path: root/sys/nixpkgs/pkgs/update_vim_plugins/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sys/nixpkgs/pkgs/update_vim_plugins/update.sh')
-rwxr-xr-xsys/nixpkgs/pkgs/update_vim_plugins/update.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/nixpkgs/pkgs/update_vim_plugins/update.sh b/sys/nixpkgs/pkgs/update_vim_plugins/update.sh
new file mode 100755
index 00000000..1bad12a9
--- /dev/null
+++ b/sys/nixpkgs/pkgs/update_vim_plugins/update.sh
@@ -0,0 +1,5 @@
+#!/usr/bin/env sh
+
+poetry update --lock
+
+# vim: ft=sh