/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.zombiezen.com
| | tonyfinn.com
2.5 parsecs away

Travel
| | Nix is a tool for managing packages and system configurations in a declarative manner. Flakes are a new user interface to clean up many of its rough edges. This guide explains how to use Nix from first principles, via a Flake-focused approach.
| | stephank.nl
2.9 parsecs away

Travel
| | [AI summary] This comprehensive guide introduces the Nix package manager and its ecosystem, covering core concepts like declarative package management, Nix expressions, and the Nix language. It explains how Nix differs from traditional package managers by using functional programming principles and immutable builds. The guide also explores NixOS, a Linux distribution built on Nix, and its configuration model. It touches on related tools like nix-darwin for macOS, home-manager for user-specific configurations, and the challenges of Nix installation on macOS. The text concludes with personal reflections on Nix's benefits for system management and the author's enthusiasm for its potential.
| | www.thedroneely.com
2.4 parsecs away

Travel
| | The Linux distribution space is vast and fragmented. It's the wild wild west, and that's all right in my book.
| | www.thedroneely.com
26.6 parsecs away

Travel
| NixOS is a Linux distribution built around the Nix package manager. The configuration of the entire system is declarative allowing for immutability and reproducibility.