We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d71e3d7 commit ca42ec2Copy full SHA for ca42ec2
.envrc
@@ -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"
+use flake
.gitignore
@@ -2,3 +2,6 @@ result*
# Generated by nix-pre-commit-hooks
/.pre-commit-config.yaml
+
+# direnv
+.direnv
0 commit comments