Hacker News with Generative AI: NixOS

NixOS and Portable Executables (jackkelly.name)
I’ve been very impressed by the Cosmopolitan Libc project and the αcτµαlly pδrταblε εxεcµταblε file format that makes it all possible.
Is NixOS truly reproducible? (luj.fr)
Build reproducibility is often considered as a de facto feature provided by functional package managers like Nix. Although the functional package manager model has important assets in the quest for build reproducibility (like reproducibility of build environments for example1), it is clear among practitioners that Nix does not guarantee that all its builds achieve bitwise reproducibility. In fact, it is not complicated to write a Nix package that builds an artifact non-deterministically:
Sixos: A nix OS without systemd [video] (media.ccc.de)
This talk announces the first public release of sixos, a two year project to create a nixpkgs-based operating system using skarnet's s6 supervisor instead of systemd.
Make your QEMU faster (2022) (schreibt.jetzt)
NixOS uses virtual machines based on QEMU extensively for running its test suite. In order to avoid generating a disk image for every test, the test driver usually boots using a Plan 9 File Protocol (9p) share (server implemented by QEMU) for the Nix store, which contains all the programs and config necessary for the test.
Run a Simple Go Web Service on NixOS (mtlynch.io)
I have a few toy utility apps that I run 24/7 on cloud infrastructure. One example is PicoShare, a simple web app that makes it easy for me to share files with friends and teammates.
NixOS is not reproducible (linderud.dev)
Okay, sorry for the clickbait.
NixOS Server Up in Minutes (gvolpe.com)
The folks at Garnix have done it again! You can now deploy a NixOS server in minutes, just by defining your system on a flake.nix and git push‘ing your changes (Garnix needs to be enabled for the repo).
Interactive NixOS Tests (paperless.blog)
Creating an Immutable System with NixOS, systemd-repart and systemd-sysupdate (x86.lol)
Hands-On NixOS Servers (garnix.io)
NixOS, Raspberry Pi and Me (fzakaria.com)
The NixOS Conflict in Under 5 Minutes (chrismcdonough.substack.com)
NixCon 2024 (Oct. 25th – 27th, 2024) Berlin (nixcon.org)
NixOS Option Inspection (fzakaria.com)
Arch is a gateway drug to NixOS (wastedintel.ca)
Switching from Arch to NixOS (rugu.dev)
Brew-Nix: a flake automatically packaging all homebrew casks (nixos.org)