Python Dev Environment Flake This flake provides a reusable FHS-style development environment that bootstraps a uv-managed Python 3.13 virtual environment. Usage Enter the shell interactively: nix develop Run one-off commands inside the FHS env: nix run .#fhs -- <command> [args]