Skip to content

Commit ca42ec2

Browse files
committed
[fix] do not try to access the internet when running cargo clippy
1 parent d71e3d7 commit ca42ec2

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

.envrc

+1-10
Original file line numberDiff line numberDiff line change
@@ -1,10 +1 @@
1-
HOST_XDG_DATA_DIRS="${XDG_DATA_DIRS:-}"
2-
eval "$(lorri direnv)"
3-
export XDG_DATA_DIRS="${XDG_DATA_DIRS}:${HOST_XDG_DATA_DIRS}"
4-
5-
# Use system PKI
6-
unset SSL_CERT_FILE
7-
unset NIX_SSL_CERT_FILE
8-
9-
# Install pre-commit hooks
10-
eval "$shellHook"
1+
use flake

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@ result*
22

33
# Generated by nix-pre-commit-hooks
44
/.pre-commit-config.yaml
5+
6+
# direnv
7+
.direnv

0 commit comments

Comments
 (0)