nix-develop/.envrc
2023-10-18 16:57:10 -07:00

11 lines
284 B
Text

# shellcheck shell=bash
strict_env
if ! has nix_direnv_version || ! nix_direnv_version 2.4.0; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.4.0/direnvrc" "sha256-XQzUAvL6pysIJnRJyR7uVpmUSZfc7LSgWQwq/4mBr1U="
fi
nix_direnv_manual_reload
use flake