deploy: remove nix flake lock syntax
This commit is contained in:
parent
14549bc9d5
commit
1a7768f953
@ -134,7 +134,7 @@ if [ "$1" = "update" ]; then
|
|||||||
# TODO: capture commit message and wrap it with what is being updated.
|
# TODO: capture commit message and wrap it with what is being updated.
|
||||||
if [ $can_sign = 1 ]; then
|
if [ $can_sign = 1 ]; then
|
||||||
if [ "$single" != "" ]; then
|
if [ "$single" != "" ]; then
|
||||||
nix flake lock --commit-lock-file --update-input "$single"
|
nix flake update --commit-lock-file "$single"
|
||||||
else
|
else
|
||||||
nix flake update --commit-lock-file
|
nix flake update --commit-lock-file
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user