frm/.envrc

16 lines
431 B
Text
Raw Normal View History

2024-11-05 16:18:04 +00:00
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
watch_file flake.lock
watch_file .env
watch_file go.mod
watch_file go.lock
if ! use flake . --no-pure-eval
then
echo "devenv could not be built. The devenv environment was not loaded." >&2
fi