1 2 3 4 5 6 7
{ pkgs, ... }: let python =pkgs.python3.withPackages (pypkgs: with pypkgs; [ cryptography ]); in python.env