{ pkgs ? import {} }: pkgs.mkShell { nativeBuildInputs = with pkgs ; [ scaleway-cli morph ]; }