|
You are here |
blog.blackfire.io | ||
| | | | |
www.softwareishard.com
|
|
| | | | | More musings on software development | |
| | | | |
eternalstorms.wordpress.com
|
|
| | | | | This blog has moved. You can find the blog post here. - Matthias mail | website | twitter | instagram | twitch | facebook | |
| | | | |
techtldr.com
|
|
| | | | | 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
|
|
| | | 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... | ||