{ pkgs ? import (fetchTarball "channel:nixos-23.05") {} }: pkgs.mkShell { buildInputs = [ pkgs.nodejs ]; }