builds failing on module format
All my builds are now failing with this new issue:
[18:18:48 ERROR] => Failed:
× Improper format for module. Must be in the format like:
│ type: module-name
│ module: config
│ goes: here
│
│ or
│
│ from-file: test.yml
│
Error: Process completed with exit code 1.
Not sure what's wrong with my recipes now... I didn't change my module format
Here's my repo: https://github.com/nobodywatchin/myOS/actions/runs/10374977180/job/28723635534
GitHub
myOS-builder · nobodywatchin/myOS@c83e8df
myOS is an operating system dedicated to being user-friendly and progressive - myOS-builder · nobodywatchin/myOS@c83e8df
7 Replies
this module file seems to have some stray
---
characters, maybe that's causing the error? https://github.com/nobodywatchin/myOS/blob/main/recipes/common/default-flatpaks.ymlGitHub
myOS/recipes/common/default-flatpaks.yml at main · nobodywatchin/myOS
myOS is an operating system dedicated to being user-friendly and progressive - nobodywatchin/myOS
it's most likely some formatting error in some module file
fixed that and it's not the cause. not sure what to look for
this file has two modules improperly https://github.com/nobodywatchin/myOS/blob/main/recipes/common/main-kmods.yml
GitHub
myOS/recipes/common/main-kmods.yml at main · nobodywatchin/myOS
myOS is an operating system dedicated to being user-friendly and progressive - nobodywatchin/myOS
if you want two modules in a file, they should be in a top-level
modules:
listSolution
it is not possible to define the top-level key
type:
twiceyou did it correctly in this file https://github.com/nobodywatchin/myOS/blob/main/recipes/common/tailscale.yml
GitHub
myOS/recipes/common/tailscale.yml at main · nobodywatchin/myOS
myOS is an operating system dedicated to being user-friendly and progressive - nobodywatchin/myOS