{pkgs}: pkgs.mkShell { name = "osu++"; nativeBuildInputs = with pkgs; [ gcc gnumake # for clang-format clang-tools ]; buildInputs = with pkgs; [ sfml ]; }