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