126
Which distro do you believe deserves more recognition?
(lemmy.world)
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
I love the idea of guix, the syntax and docs seem much nicer, but the most important feature of NixOS for me is reproducability. If i'm installing all my software in distrobox, it is no longer reproducoble. Guix also seems to lack an alternative to Flakes.
Reproducibility is a big topic for Guix developers and users as well, just have a look at how many times they talk about that: https://hpc.guix.info/blog/2022/07/is-reproducibility-practical/
Also correct me if I'm wrong but I think Guix goes further on reproducibility than Nix, because everything they package is from source, whereas my understanding is that a lot of Nix packages are built from binaries.
Guix does have great reproducability. The person I was replying to was recommending people use distrobox for software that isn't packaged, I was saying that isn't reproducible.
The very large majority of nixpkgs is built from source, but there are a few apps that can't be built for whatever reason. This is still reproducible because it fetches a tagged version of the software and checks it against a hash.
Yes, that's true. You lose reproducibility by using distrobox. But so far I did not need distrobox on my Guix laptop, the nonguix repo was enough. It was just a suggestion for somebody caring more about availability of packages than reproducibility to use Guix as the stable base and distrobox on top.