{ pkgs ? import {} }: pkgs.mkShell { nativeBuildInputs = with pkgs; [ libgcc sdl3 gnumake ]; }