{ pkgs ? import {} }: pkgs.mkShell { name = "afrapay"; packages = with pkgs; [ dotnet-sdk_7 ]; }