nix-dotfiles/utils/manual-update.sh

12 lines
183 B
Bash
Raw Normal View History

2024-09-09 19:52:52 -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