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