fix: Oracle round 11 — remove duplicate [packages] TOML error
config/redbear-full.toml had duplicate [packages] table (lines 26 + 406), making it syntactically invalid. Moved konsole + kf6-pty into first [packages] section, removed duplicate table. Single [packages] at l26.
This commit is contained in:
@@ -136,6 +136,8 @@ git = "ignore"
|
||||
mc = "ignore"
|
||||
#curl = "ignore" # suppressed: cascade rebuild
|
||||
#git = "ignore" # suppressed: cascade rebuild
|
||||
konsole = {}
|
||||
kf6-pty = {}
|
||||
|
||||
[[files]]
|
||||
path = "/lib/firmware/amdgpu"
|
||||
@@ -402,7 +404,3 @@ vendor = 0x1af4
|
||||
subclass = 0x00
|
||||
command = ["redox-drm"]
|
||||
"""
|
||||
|
||||
[packages]
|
||||
konsole = {}
|
||||
kf6-pty = {}
|
||||
|
||||
Reference in New Issue
Block a user