with (import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/release-23.11.tar.gz") {}); pkgs.mkShell { buildInputs = [ nodejs_21 ]; }