When building on my system, I need the dev tools to use my system's bun and tailwindcss binaries. For that reason, I use the gleam.toml options tools.lustre.bin.bun = system and tools.lustre.bin.tailwindcss = system.
However, when ran in a CI like GitHub actions, I wish I could override those options with build command arguments, similar to other existing options like --minify, --outdir etc.
Maybe something like --bin.bun and --bin.tailwindcss?