.envrc contains shared direnv/Nix setup (no secrets). Local overrides and secrets belong in .envrc.local, which is now gitignored.
7 lines
104 B
Bash
7 lines
104 B
Bash
# shellcheck shell=bash
|
|
# shellcheck disable=SC1091
|
|
|
|
use flake . --impure
|
|
|
|
dotenv_if_exists .env.local
|
|
|