/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

blog.dbalan.in
| | jvns.ca
0.9 parsecs away

Travel
| | Some notes on NixOS
| | jackkelly.name
2.1 parsecs away

Travel
| |
| | mgdm.net
1.6 parsecs away

Travel
| | Modernising my NixOS configuration a bit
| | blog.thalheim.io
11.9 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...