Skip to content

Commit 4c5a1c0

Browse files
committed
chore(.envrc): source the direnv flake-overrides plugin
Makes the blocksense-network direnv flake-overrides helper available so flake inputs can be overridden from a local .env (see https://direnv-flake-overrides.blocksense.network). Pinned to the current stable plugin version.
1 parent 64d92bf commit 4c5a1c0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.envrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ if ! has nix_direnv_version || ! nix_direnv_version 3.1.0; then
66
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.1.0/direnvrc" "sha256-yMJ2OVMzrFaDPn7q8nCBZFRYpL/f0RcHzhmw/i6btJM="
77
fi
88

9+
# See https://direnv-flake-overrides.blocksense.network
10+
# Allows flake inputs to be easily overridden from your local .env file
11+
source_url "https://direnv-flake-overrides.blocksense.network/plugin" \
12+
"sha256-BTxlsheP/7/FQw9IBPGFc6zYTl5S2qdAAt3EUqfkbjI="
13+
914
dotenv_if_exists
1015

1116
mkdir -p "$PWD/.devenv"

0 commit comments

Comments
 (0)