flake-update-diff/utils/manual-update.sh

12 lines
182 B
Bash
Raw Normal View History

2025-03-18 15:31:05 -04:00
#!/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