Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/commit_flake_update.bash
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fi
current_commit="$(git rev-parse HEAD)"
export PRE_COMMIT_ALLOW_NO_CONFIG=1

nix flake update --commit-lock-file
nix flake update --accept-flake-config --commit-lock-file
commit_after_update="$(git rev-parse HEAD)"

if [[ "$commit_after_update" = "$current_commit" ]]; then
Expand Down