X Tutup
{ pkgs ? import {}}: let fhs = pkgs.buildFHSUserEnv { name = "my-fhs-environment"; targetPkgs = _: [ pkgs.python3 ]; }; in fhs.env
X Tutup