add manual update script

This commit is contained in:
ahuston-0 2024-09-09 19:52:52 -04:00
parent 1b142e25b2
commit 31cc04875f
No known key found for this signature in database
GPG Key ID: 47940175096C1330

11
utils/manual-update.sh Executable file
View File

@ -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