2024-09-09 19:52:52 -04:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
2025-03-13 17:50:03 -04:00
|
|
|
set -e
|
2024-09-09 19:52:52 -04:00
|
|
|
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
|