{ pkgs ? import { } }: pkgs.mkShell { packages = with pkgs; [ go nodejs_20 ]; }