Programming & DevOps
Nix: Testing a Single NixOS Module in CI
In this blog post, I explain how to test a single NixOS module in CI. By single NixOS module, I mean a module that provides some options and configurations, but itself is not a valid NixOS configuration. The use case is to have a common module (in a git repository) Read more…