deploy: remove nix flake lock syntax

This commit is contained in:
Aaron Bieber 2023-12-13 06:51:55 -07:00
parent 14549bc9d5
commit 1a7768f953
No known key found for this signature in database

View File

@ -134,7 +134,7 @@ if [ "$1" = "update" ]; then
# 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"
nix flake update --commit-lock-file "$single"
else
nix flake update --commit-lock-file
fi