{ pkgs ? import { } }: pkgs.mkShell { packages = with pkgs; [ godot_4 python3 ffmpeg ]; }