Skip to content

Commit c85ca3e

Browse files
committed
Update nix flake sources and pre-commit hooks
1 parent 4b561f7 commit c85ca3e

File tree

3 files changed

+21
-18
lines changed

3 files changed

+21
-18
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/nix/store/n6y50myv5j8nl9dr7p1sj8xawsb3xmym-pre-commit-config.json
1+
/nix/store/1dlalx7q20xqlxw7lm6nranqqhi76qkw-pre-commit-config.json

flake.lock

Lines changed: 18 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@
5454
pre-commit = {
5555
settings = {
5656
clippy.denyWarnings = true;
57+
clippy.allFeatures = true;
58+
clippy.offline = false;
5759
};
5860

5961
hooks = {

0 commit comments

Comments
 (0)