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 7eb45d1 commit b9238beCopy full SHA for b9238be
scripts/commit_flake_update.bash
@@ -13,6 +13,8 @@ if ! git config --get user.name >/dev/null 2>&1 || \
13
fi
14
15
current_commit="$(git rev-parse HEAD)"
16
+export PRE_COMMIT_ALLOW_NO_CONFIG=1
17
+
18
nix flake update --commit-lock-file
19
commit_after_update="$(git rev-parse HEAD)"
20
0 commit comments