{ pkgs ? import {} }: let python-with-my-packages = pkgs.python3.withPackages (p: with p; [ pillow pygments ]); in python-with-my-packages.env