about summary refs log tree commit diff stats
path: root/pkgs/by-name/co/comments/update.sh
blob: e500bb234304a4922f63572ea9103cc3e0123778 (plain) (blame)
1
2
3
4
5
6
7
8
#!/usr/bin/env sh

nix flake update

[ "$1" = "upgrade" ] && cargo upgrade
cargo update

# vim: ft=sh