{ pkgs, ... }: { packages = [ pkgs.python312Packages.pip pkgs.stripe-cli ]; languages.python = { enable = true; package = pkgs.python312; }; }