Based on our record, NixOS should be more popular than GNU Guix. It has been mentiond 273 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.
If you're interested in what's going on with GNU in general, GUIX is awesome. It's a package manager like Nix but purely GNU (using GNU Guile scheme). It's developed in tandem with the GNU Shepherd init system (instead of systemd/sysvinit/openrc/etc.) and there are distributions based on GNU Hurd kernel (or the Linux-libre kernel). Wikipedia has a pretty good rundown [3] but I recommend booting up a VM image. It's... - Source: Hacker News / about 2 months ago
You could take a look at guix [1], it's very much like nix, but is available as a package manager for other distros. [1] https://guix.gnu.org/. - Source: Hacker News / 2 months ago
And then see how it's done in real life: https://guix.gnu.org/. - Source: Hacker News / 9 months ago
Guix is a Nix-like package manager and distro that is almost entirely written in Guile Scheme: https://guix.gnu.org/ I would guess it's by far the most active Guile project. - Source: Hacker News / 12 months ago
> So what we are missing now is a 500GB framework that can write the config file for the programming language that is writing a config file for the actual program I wish to use. That exists since 1960. It's called LISP. The e.g. https://guix.gnu.org/ uses with great success, the Guile Scheme dialect of LISP, to be precise. And FYI the "framework" is:- Source: Hacker News / over 1 year ago$ ls --human-readable --size $(readlink $(which...
I packaged my deployment script with Nix and Nix flakes then added it as a dependency in my devbox.json. When you enter the developer environment you have access to the deploy Bash script which I then wrapped up into app deploy. Previously, I would copy and paste all the Bash scripts I needed from past projects into my current project but this approach was much nicer. - Source: dev.to / 5 days ago
If you are using Nix, you may have heard of Nix-Shell Shebang:. - Source: dev.to / 4 months ago
MdBook is a Rust-based tool to create Web-based books from vanilla Markdown files. Although it is quite minimalistic, you will bump into it quite often in the wild. Most notably, the Rust Book uses it. I see it quite often in the Nix ecosystem, too. - Source: dev.to / 5 months ago
Haskell has been my go-to language for over 7 years. First, I started with Stack, then switched to plain Cabal and finally settled on Nix to provision a development environment for Haskell projects. - Source: dev.to / 5 months ago
Also for systems administration and DevOps, I first used Ansible to streamline the management of our servers. Writing playbooks is OK, but going beyond that to convert them to roles is a good practice from collaboration perspective. This SDK approach worked quite well for me and my team. Now, I am developing NixOS modules for various services we deploy. In both cases, the goal is to compose well-defined and... - Source: dev.to / 5 months ago
Conda - Binary package manager with support for environments.
Homebrew - The missing package manager for macOS
pkgsrc - pkgsrc is a framework for building over 17,000 open source software packages.
asdf-vm - An extendable version manager
Docker - Docker is an open platform that enables developers and system administrators to create distributed applications.
Flatpak - Flatpak is the new framework for desktop applications on Linux