internal/rosa: expose kernel source

This also removes the unused kernel helper.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-02-20 18:45:31 +09:00
parent e1b8f40add
commit b983917a6e
2 changed files with 28 additions and 32 deletions

View File

@@ -39,6 +39,7 @@ const (
HakureiDist
IniConfig
KernelHeaders
KernelSource
Kmod
LibXau
Libexpat
@@ -153,6 +154,7 @@ func ResolveName(name string) (p PArtifact, ok bool) {
"hakurei-dist": HakureiDist,
"iniconfig": IniConfig,
"kernel-headers": KernelHeaders,
"kernel-source": KernelSource,
"kmod": Kmod,
"libXau": LibXau,
"libexpat": Libexpat,