commit e13c03aeccd38f5c599b118099c2d938197b5ea5 parent 6e560da4e55aa2fdce8fbd19520d58968bd1c1d3 Author: beau hilton <cbeauhilton@gmail.com> Date: Fri, 20 Oct 2023 12:14:16 -0500 testing hooks Diffstat:
M | .pre-commit-config.yaml | | | 4 | ++-- |
M | flake.nix | | | 1 | + |
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml @@ -1 +1 @@ -/nix/store/qbqqqcls02hbasxnnij6q9wk31dyzjq1-pre-commit-config.json -\ No newline at end of file +/nix/store/q0viq8ia7fbm79rrx9kblw8yq9wzi6cw-pre-commit-config.json +\ No newline at end of file diff --git a/flake.nix b/flake.nix @@ -60,6 +60,7 @@ enable = true; name = "upload"; entry = "upload"; + verbose = true; }; }; }