Remove and ignore .envrc (#412)

main
Aaron Bassett 2023-02-06 14:46:27 -03:00 committed by GitHub
parent 6469786ec1
commit 6ddc88d5b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 8 deletions

7
.envrc
View File

@ -1,7 +0,0 @@
# If lorri exists, better try it first.
if has lorri; then
eval "$(lorri direnv)"
else
# Otherwise fall back to pure nix
use nix
fi

3
.gitignore vendored
View File

@ -12,5 +12,6 @@
# The cache for chain data in container
.local
# direnv cache
# direnv files
.envrc
.direnv