diff options
-rwxr-xr-x | update.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/update.sh b/update.sh index b34dabf..a0a029f 100755 --- a/update.sh +++ b/update.sh @@ -1,5 +1,6 @@ #!/usr/bin/env sh nix flake update -cargo update + [ "$1" = "upgrade" ] && cargo upgrade +cargo update |