screenreader unfriendly probably
@zkat you have ended up on my timeline. i will now show you nix:
ckie@cookiemonster ~ -> nix-shell -p nodejs-16_x
[nix-shell:~]$ node -v
v16.15.0
[nix-shell:~]$
exit
ckie@cookiemonster ~ -> nix-shell -p nodejs-12_x
these 3 paths will be fetched (20.11 MiB download, 95.55 MiB unpacked):
/nix/store/4xsdry5dxx7dz2m6byg7gsdapq6j2h6k-icu4c-68.2
/nix/store/aakd4293fm9pl61kgr01l4prp5j8p6vf-nodejs-12.22.12
/nix/store/l2j4qrk6bnw2gvsmpnn1d438h6fcir2y-icu4c-68.2-dev
copying path '/nix/store/4xsdry5dxx7dz2m6byg7gsdapq6j2h6k-icu4c-68.2' from 'https://cache.nixos.org'...
copying path '/nix/store/l2j4qrk6bnw2gvsmpnn1d438h6fcir2y-icu4c-68.2-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/aakd4293fm9pl61kgr01l4prp5j8p6vf-nodejs-12.22.12' from 'https://cache.nixos.org'...
[nix-shell:~]$ node -v
v12.22.12
[nix-shell:~]$