diff options
author | Soispha <soispha@vhack.eu> | 2024-01-28 18:20:47 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2024-01-28 18:20:47 +0100 |
commit | 736d4483985376aac995a5526c6a7f47edea0d2b (patch) | |
tree | 4cded31bf238042cd0e1777ef9afd50641857136 /sys/nixpkgs/pkgs/comments/update.sh | |
parent | build(treewide): Update (diff) | |
download | nixos-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-x | sys/nixpkgs/pkgs/comments/update.sh | 6 |
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 |