What is the proper format for installing an akmod in the recipe.yml ?

I am trying to create a recipe to include the system76-io akmod from the official ublue repo but I can't figure out the correct syntax.
1 Reply
hellothere
hellothere3w ago
https://blue-build.org/reference/modules/akmods/#example-configuration Probably this:
type: akmods
install:
- system76-io
type: akmods
install:
- system76-io

Did you find this page helpful?