with (import {}); pkgs.mkShell { name = "C++ Study Repository"; buildInputs = with pkgs; [ cmake ]; }