{ pkgs }: pkgs.mkShell { packages = with pkgs; [ cargo clippy git nixfmt rustc rustfmt ]; shellHook = '' echo "decodal dev shell" ''; }