Explore >> Select a destination


You are here

blog.blackfire.io
| | www.softwareishard.com
15.2 parsecs away

Travel
| | More musings on software development
| | eternalstorms.wordpress.com
10.3 parsecs away

Travel
| | This blog has moved. You can find the blog post here. - Matthias mail | website | twitter | instagram | twitch | facebook
| | techtldr.com
12.9 parsecs away

Travel
| | One year ago I decided to stop self-promoting this blog. Previously I would spend a lot of time submitting my links to Social Media sites such as Hacker News and Reddit. It was taking up a lot of my time and attention. I even got a warning from Hacker News admin for repeatedly submitting links [...]
| | blog.thalheim.io
61.1 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...