allow loading env vars from .env if it exists

This is primarily useful for replicating the environment from CI so that
the `nix-build-and-cache` script is easier to invoke.
This commit is contained in:
Charles Hall 2024-04-30 01:59:03 -07:00
parent ca03722072
commit b7df5a7da6
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF
2 changed files with 5 additions and 0 deletions

2
.envrc
View file

@ -3,3 +3,5 @@
use flake
PATH_add bin
dotenv_if_exists