#!/usr/bin/env bash set -e ./ssh_setup.sh ssh-keygen -y -f ~/.ssh/id_ed25519 git config --global user.email "msci@toufy.me" git config --global user.name "makeshiftci" nix-channel --update nix --extra-experimental-features "nix-command flakes" flake update git diff --exit-code flake.lock && exit 0 git add . git commit -m "update flake.lock" git push git@git.toufy.me:servers main