{pkgs ? import {}}: let python = pkgs.python312.withPackages (ps: with ps; [ guessit aiohttp jsons watchfiles black ]); dotnet = with pkgs.dotnetCorePackages; combinePackages [ sdk_7_0 aspnetcore_7_0 ]; in pkgs.mkShell { packages = with pkgs; [ nodejs-18_x nodePackages.yarn nodePackages.eas-cli nodePackages.expo-cli dotnet # csharpier # python go wgo mediainfo libmediainfo ffmpeg postgresql_15 eslint_d prettierd pgformatter ]; DOTNET_ROOT = "${dotnet}"; }