Skip to content

Commit 85a9103

Browse files
committed
ci(commit_flake_update): Trust nixConfig substituters
1 parent a66c4d4 commit 85a9103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/commit_flake_update.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ fi
1515
current_commit="$(git rev-parse HEAD)"
1616
export PRE_COMMIT_ALLOW_NO_CONFIG=1
1717

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

2121
if [[ "$commit_after_update" = "$current_commit" ]]; then

0 commit comments

Comments
 (0)