Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz committed Apr 28, 2024
1 parent b32ad0f commit 3f2717a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/main.pkl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const function genImage(base: String, nvidia: Boolean, fx: Boolean): recipes.Ima
`image-version` = "latest"
modules = new Listing {
...(bbmodules.genImportModule("\(meta.module_prefix)/shared", ".yaml", meta.modules.shared))
...?(if(nvidia) null else bbmodules.genImportModule("\(meta.module_prefix)/shared/amd", ".yaml", meta.modules.amd))
...?(if(nvidia) null else bbmodules.genImportModule("\(meta.module_prefix)/amd", ".yaml", meta.modules.amd))
...?(if(base == "silverblue") bbmodules.genImportModule("\(meta.module_prefix)/gnome", ".yaml", meta.modules.gnome) else bbmodules.genImportModule("\(meta.module_prefix)/plasma", ".yml", meta.modules.plasma))
...?(if(fx) bbmodules.genImportModule("\(meta.module_prefix)/fx", ".yaml", meta.modules.fx) else null)
}
Expand Down

0 comments on commit 3f2717a

Please sign in to comment.