We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2497ef commit e7cdf8aCopy full SHA for e7cdf8a
scripts/commit_flake_update.bash
@@ -15,7 +15,7 @@ fi
15
current_commit="$(git rev-parse HEAD)"
16
export PRE_COMMIT_ALLOW_NO_CONFIG=1
17
18
-nix flake update --commit-lock-file
+nix flake update --accept-flake-config --commit-lock-file
19
commit_after_update="$(git rev-parse HEAD)"
20
21
if [[ "$commit_after_update" = "$current_commit" ]]; then
0 commit comments