diff options
| author | kdam0 <me@kumardamani.net> | 2024-07-05 04:14:34 +0000 |
|---|---|---|
| committer | kdam0 <me@kumardamani.net> | 2024-07-05 04:14:34 +0000 |
| commit | e70e6c0c4861daca0f8807c09c8652f907f7faf9 (patch) | |
| tree | 55de04c3abe6b50b5893ec0f2d0a779913851dd3 /terraform | |
| parent | ed9480ca071a81b6855188eca463062798bfcc04 (diff) | |
using nix flake for dev
Diffstat (limited to 'terraform')
| -rw-r--r-- | terraform/.envrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/terraform/.envrc b/terraform/.envrc new file mode 100644 index 0000000..07b3715 --- /dev/null +++ b/terraform/.envrc @@ -0,0 +1,4 @@ +if ! has nix_direnv_version || ! nix_direnv_version 3.0.5; then + source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.5/direnvrc" "sha256-RuwIS+QKFj/T9M2TFXScjBsLR6V3A17YVoEW/Q6AZ1w=" +fi +use flake ..#terraform --impure |
