/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

nixcademy.com
| | blog.dbalan.in
2.3 parsecs away

Travel
| | [AI summary] A technical tutorial explaining how to declaratively configure a macOS system using Nix, Nix-darwin, and Home Manager, covering bootstrapping the system and managing packages and user environments.
| | blog.thalheim.io
2.4 parsecs away

Travel
| | In this article, I will explain how to perform full integration tests with flakes outside nixpkgs. With NixOS testing framework, you can create end-to-end integration tests easily. It all comes down to starting a virtual machine based on your custom modules and testing its state with a Python script. This way, you can identify in advance all the regressions and incompatible configurations arising from the updates you introduced. One of the framework's upsides is that it's extremely fast - maybe the faste...
| | hugosum.com
2.8 parsecs away

Travel
| | In this post, I will show you how to define and recreate development environment of your projects anywhere using Nix Flake
| | drakerossman.com
14.5 parsecs away

Travel
| Flakes are a recent addition to NixOS. This article explains how to convert stock NixOS installation into a flaked-out one, and explains why you should do it.