Based on our record, NixOS seems to be a lot more popular than pnpm. While we know about 268 links to NixOS, we've tracked only 3 mentions of pnpm. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
I bumped into an annoying issue today while upgrading my Python dependencies in a codebase. And I thought it would be a good idea to share the solution with you. Thanks to Nix for making this kind of fix so straightforward. - Source: dev.to / 7 days ago
I am actively using Nix from my workstation setup to development environments, from Docker image builds to CI/CD pipelines, and even on production servers. One of the themes that comes up often is provisioning a codebase, a development environment and packaging configuration for a new project. - Source: dev.to / 9 days ago
I'd love to create some Nix (https://nixos.org/) content. - Source: Hacker News / 22 days ago
NixOS may end up being "the last OS I ever use" (especially now that gaming is viable on it): https://nixos.org/ Check it out. The whitepaper's a fairly digestible read, too, and may get you excited about the whole concept (which is VERY different from how things are normally done, but ends up giving you guarantees). - Source: Hacker News / about 1 month ago
For implementing the themes I have decided to use nix flakes since they allow each theme to specify their own dependencies and which command to run with the resulting JSON from the previous step as input. Another alternative could have been to use docker, but I wanted to learn more about nix. - Source: dev.to / 2 months ago
Imagine npm but faster and it uses symlinks n stuff to reduce disk use and make node_modules not a huge nightmare Https://pnpm.js.org. Source: almost 4 years ago
Pnpm is a cool alternative to yarn or npm as it is faster and can reuse downloaded packages to reduce the size of node_modules. - Source: dev.to / about 4 years ago
Lerna is great, as is pnpm (https://pnpm.js.org/) which we use at work. PNPM is a little faster, as it's sharing all the reused dependencies from a central location with symlinks, so it makes installing faster. Source: about 4 years ago
GNU Guix - Like Nix but GNU.
npm - npm is a package manager for Node.
Homebrew - The missing package manager for macOS
Yarn - Yarn is a package manager for your code.
asdf-vm - An extendable version manager
Bower - Bower is a package manager for the web.