add .envrc to version control

main
Ricard Illa 2022-08-25 10:25:34 +02:00
parent 7c4e13dbf7
commit fe45725b3a
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
2 changed files with 4 additions and 1 deletions

4
.envrc Normal file
View File

@ -0,0 +1,4 @@
if ! has nix_direnv_version || ! nix_direnv_version 2.1.1; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.1.1/direnvrc" "sha256-b6qJ4r34rbE23yWjMqbmu3ia2z4b2wIlZUksBke/ol0="
fi
use flake

1
.gitignore vendored
View File

@ -1,4 +1,3 @@
.direnv
.envrc
.terraform
.terraform.lock.hcl