{ pkgs }: pkgs.mkShell { packages = with pkgs; [ cargo clippy git lld nodejs nixfmt rustc rustfmt tree-sitter wasm-pack ]; shellHook = '' echo "decodal dev shell" ''; }