{ mkShell, dotnetCorePackages, }: mkShell { packages = [ dotnetCorePackages.dotnet_9.sdk ]; }