{
pkgs ? import <nixpkgs> { },
...
}:
pkgs.mkShell {
packages = with pkgs; [
python313Packages.uv
];
}