No DPKG (Debian Package Manager) videos yet. You could help us improve this page by suggesting one.
Based on our record, NixOS seems to be more popular. It has been mentiond 268 times since March 2021. 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 / 4 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 / 7 days ago
I'd love to create some Nix (https://nixos.org/) content. - Source: Hacker News / 19 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
GNU Guix - Like Nix but GNU.
Conda - Binary package manager with support for environments.
Homebrew - The missing package manager for macOS
pacman (package manager) - The pacman package manager is one of the major distinguishing features of ...
asdf-vm - An extendable version manager
Docker - Docker is an open platform that enables developers and system administrators to create distributed applications.