From bc7189651993fc905b1a5cdd0a4cd69dba783cb3 Mon Sep 17 00:00:00 2001 From: toufic ar Date: Tue, 23 Jun 2026 02:05:05 +0300 Subject: add msci --- update.sh | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 update.sh (limited to 'update.sh') diff --git a/update.sh b/update.sh new file mode 100755 index 0000000..da1a763 --- /dev/null +++ b/update.sh @@ -0,0 +1,17 @@ +#!/usr/bin/env bash + +set -e + +./ssh_setup.sh + +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 ssh://git@git.toufy.me:servers -- cgit v1.3.1