Programming & DevOps
Building an Out-of-Tree Linux Kernel Module in Nix
In this blog post, I’m going to show you briefly how you can compile an out-of-tree Linux kernel module in Nix. I use regular Nix for that and no Nix flakes. However, with flakes, the approach is similar. Background Knowledge An out-of-tree Linux kernel module is a standalone piece of Read more…