{ pkgs ? import { } }: pkgs.mkShell { packages = with pkgs; [ godot_4 python3 ffmpeg ]; GODOT = "${pkgs.godot_4}/bin/godot4"; }