deploy: add todo

This commit is contained in:
Aaron Bieber 2022-10-16 06:31:15 -06:00
parent 872e63a2a6
commit e70fa6a4cb
No known key found for this signature in database

1
deploy
View File

@ -94,6 +94,7 @@ if [ "$1" = "update" ]; then
grep -q $i .allowed_signers && can_sign=1
done
# TODO: capture commit message and wrap it with what is being updated.
if [ $can_sign = 1 ]; then
if [ "$single" != "" ]; then
nix flake lock --commit-lock-file --update-input "$single"