about summary refs log tree commit diff stats
path: root/sys/nixpkgs/pkgs/update_vim_plugins/update.sh
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-01-23 14:55:55 +0100
committerSoispha <soispha@vhack.eu>2024-01-23 14:55:55 +0100
commitd7d898d824ece694e71198a45a096f0175058ab1 (patch)
tree3e46f2865dcfc644f1c02955da3f491bfdda1e06 /sys/nixpkgs/pkgs/update_vim_plugins/update.sh
parentfix(hm/conf/less): Ensure that less can read the lesskey file (diff)
downloadnixos-config-d7d898d824ece694e71198a45a096f0175058ab1.tar.gz
nixos-config-d7d898d824ece694e71198a45a096f0175058ab1.zip
feat(sys/nixpkgs/pkgs): Add update scripts
Diffstat (limited to '')
-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