{ pkgs ? import {} }: pkgs.mkShell { packages = with pkgs; [ dotnet-sdk omnisharp-roslyn # add project-specific packages below ]; }