{ pkgs ? import {} }: pkgs.mkShell { nativeBuildInputs = with pkgs; [ odin ols ]; shellHook = '' echo "Odin Shell" ''; }