Stage the flake lock

This commit is contained in:
Lillian Violet 2024-03-12 14:50:19 +01:00
parent c976348db4
commit ab9f4698e1

View file

@ -18,6 +18,7 @@ writeShellApplication
pushd ./update > /dev/null pushd ./update > /dev/null
echo "Updating flake lock..." echo "Updating flake lock..."
nix flake update nix flake update
git add flake.lock
git commit -m "update flake lock" git commit -m "update flake lock"
git push git push
popd > /dev/null popd > /dev/null