Hacker News new | ask | show | jobs
by _query 2056 days ago
If you're interested in just the package manager Nix check out https://nix.dev/ It guides you to get a reproducible development environment up and running with nix. This way you can get all the goodies like `nix-shell -p nodejs` without switching your OS first :)
1 comments

Seems interesting, thanks for the link!