1{ 2 callPackage, 3}: 4{ 5 python-path = callPackage ./python-path.nix { }; 6 modules = callPackage ./modules.nix { }; 7}