about summary refs log tree commit diff stats
path: root/sys/nixpkgs/pkgs/comments/update.sh
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-01-28 18:20:47 +0100
committerSoispha <soispha@vhack.eu>2024-01-28 18:20:47 +0100
commit736d4483985376aac995a5526c6a7f47edea0d2b (patch)
tree4cded31bf238042cd0e1777ef9afd50641857136 /sys/nixpkgs/pkgs/comments/update.sh
parentbuild(treewide): Update (diff)
downloadnixos-config-736d4483985376aac995a5526c6a7f47edea0d2b.zip
feat(sys/nixpkgs/pkgs/comments): Init
This rewrite of the `comments` script even provides nested comments
Diffstat (limited to 'sys/nixpkgs/pkgs/comments/update.sh')
-rwxr-xr-xsys/nixpkgs/pkgs/comments/update.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/nixpkgs/pkgs/comments/update.sh b/sys/nixpkgs/pkgs/comments/update.sh
new file mode 100755
index 00000000..2529167c
--- /dev/null
+++ b/sys/nixpkgs/pkgs/comments/update.sh
@@ -0,0 +1,6 @@
+#!/usr/bin/env sh
+
+cargo update && cargo upgrade
+
+
+# vim: ft=sh