{ mkShell, rust-app, rust-bin }: mkShell { inputsFrom = [ rust-app ]; buildInputs = [ rust-bin.stable.latest.default ]; }