flake: open nix flake devShell automatically with direnv (nix-direnv)
see infra-templates: - 32a8552eaf0347c217fa7d80572b06d5cd90243d - a1b9500b5dcd114d45571e8122459f0e5aca9de2 Signed-off-by: Alexis Pentori <alexis@status.im>
This commit is contained in:
parent
d44e790c0e
commit
bd6cea24d1
|
@ -1,4 +1,5 @@
|
|||
export VAULT_CACERT=./ansible/files/vault-ca.crt
|
||||
export VAULT_CLIENT_CERT=./ansible/files/vault-client-user.crt
|
||||
export VAULT_CLIENT_KEY=./ansible/files/vault-client-user.key
|
||||
export VAULT_ADDR=https://vault-api.infra.status.im:8200
|
||||
export CONSUL_HTTP_TOKEN=$(pass services/consul/tokens/terraform)
|
||||
|
|
|
@ -4,8 +4,7 @@
|
|||
*.tfstate.d/
|
||||
*.tfstate.backup
|
||||
*.retry
|
||||
.direnv/
|
||||
|
||||
ansible/files/*
|
||||
__pycache__
|
||||
|
||||
.direnv/
|
||||
|
|
Loading…
Reference in New Issue