with import <nixpkgs> {};
(pkgs.python310.buildEnv.override {
extraLibs = with pkgs.python310Packages; [
GitPython
];
}).env