diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-02-20 18:45:31 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-02-20 18:45:42 +0900 |
| commit | b983917a6ef8c054347029c9f215f93ff8bd6214 (patch) | |
| tree | 53fdba25ba55816b8547a2163005a904ee643c1f /internal/rosa/all.go | |
| parent | e1b8f40addcbd559ab6afe3c5846efdedda7e75d (diff) | |
internal/rosa: expose kernel source
This also removes the unused kernel helper.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/all.go')
| -rw-r--r-- | internal/rosa/all.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/rosa/all.go b/internal/rosa/all.go index 81f7272d..21989945 100644 --- a/internal/rosa/all.go +++ b/internal/rosa/all.go @@ -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, |
