{ pkgs ? (import {}).pkgs }: with pkgs; mkShell { buildInputs = [ python312Packages.ollama ]; }