ess/.envrc
Juan C. Müller 7a95d77031
bump: nix-direnv version
Signed-off-by: Juan C. Müller <me@juancmuller.com>
2025-04-10 21:22:13 -04:00

10 lines
345 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
watch_file flake.nix
if ! use flake .
then
echo "development shell could not be built. The nix environment was not loaded." >&2
fi