mirror of
https://github.com/status-im/infra-status.git
synced 2025-02-03 10:53:58 +00:00
8c19ec8e40
see infra-templates: - 32a8552eaf0347c217fa7d80572b06d5cd90243d - a1b9500b5dcd114d45571e8122459f0e5aca9de2 Signed-off-by: Alexis Pentori <alexis@status.im>
7 lines
243 B
Bash
7 lines
243 B
Bash
if ! has nix_direnv_version || ! nix_direnv_version 3.0.6; then
|
|
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.6/direnvrc" "sha256-RYcUJaRMf8oF5LznDrlCXbkOQrywm0HDv1VjYGaJGdM="
|
|
fi
|
|
|
|
source .envrc.secrets
|
|
use flake
|