1{pkgs,...}: 2 3{ 4environment.systemPackages=withpkgs;[ 5deno 6erlang_28 7gleam 8jq 9nil10nixd11nodejs_2412pnpm13sqlite14twitch-cli15websocat16yarn17zed-editor18];1920# Open port 3000 for local testing21networking.firewall.allowedTCPPorts=[22300023];24}