Remove and ignore .envrc (#412)
parent
6469786ec1
commit
6ddc88d5b2
7
.envrc
7
.envrc
|
@ -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
|
|
@ -12,5 +12,6 @@
|
|||
# The cache for chain data in container
|
||||
.local
|
||||
|
||||
# direnv cache
|
||||
# direnv files
|
||||
.envrc
|
||||
.direnv
|
||||
|
|
Loading…
Reference in New Issue