kernel-module-flake icon indicating copy to clipboard operation
kernel-module-flake copied to clipboard

Nix flake for linux kernel module development with rust support

Results 4 kernel-module-flake issues
Sort by recently updated
recently updated
newest added

According to https://github.com/jordanisaacs/kernel-module-flake/blob/4ae601bcab389e51233f071df9382b3f5fad1478/flake.nix#L116-L121

**Description** Ignore `.direnv`, the temporary directory for files generated by direnv at run time. **Motivation** Temporary files, like those inside `.direnv` is not expected in the source tree. This PR...

Thanks for the great project. Are you aware of the necessary changes to make the VM work on a M1 aarch64 machine?

See if enabling ccache[1] for nix builds speeds up kernel compilation times. Need to look at these workarounds[2]. If it works well can enable the use case of in tree...