mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-18 16:21:24 +01:00
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:
parent
ca03722072
commit
b7df5a7da6
2 changed files with 5 additions and 0 deletions
2
.envrc
2
.envrc
|
|
@ -3,3 +3,5 @@
|
||||||
use flake
|
use flake
|
||||||
|
|
||||||
PATH_add bin
|
PATH_add bin
|
||||||
|
|
||||||
|
dotenv_if_exists
|
||||||
|
|
|
||||||
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,3 +1,6 @@
|
||||||
|
# Local environment overrides
|
||||||
|
/.env
|
||||||
|
|
||||||
# Cargo artifacts
|
# Cargo artifacts
|
||||||
target
|
target
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue