{ pkgs ? import {} }: pkgs.mkShell { buildInputs = [ pkgs.uv pkgs.python314 ]; shellHook = '' ''; }