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