# Nix flake integration for automatic environment loading use flake # Project environment export MIX_ENV=dev export PHX_HOST=localhost export PORT=4000 # Watch for Nix file changes to reload environment watch_file flake.nix watch_file flake.lock watch_file nix/*.nix watch_file nix/**/*.nix