with import {}; { pkgs ? import {} }: pkgs.mkShellNoCC { name = "WarmWorld Documentation Shell"; nativeBuildInputs = [ python39 python39Packages.sphinx ]; buildInputs = [ ]; }