From 31cc04875f61ead9c440a0ee982ad03739f6ce04 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Mon, 9 Sep 2024 19:52:52 -0400 Subject: [PATCH] add manual update script --- utils/manual-update.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 utils/manual-update.sh diff --git a/utils/manual-update.sh b/utils/manual-update.sh new file mode 100755 index 0000000..ed5c5ca --- /dev/null +++ b/utils/manual-update.sh @@ -0,0 +1,11 @@ +#!/usr/bin/env bash + +set -e +set -v +set -x + +git checkout main +git branch -D update_flake_lock_action || true +git checkout -b update_flake_lock_action +nix flake update +nix flake check