aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmd
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-01-27 02:24:49 +0900
committerOphestra <cat@gensokyo.uk>2026-01-27 02:24:49 +0900
commit50153788eff84b2d89e7785f947ffe998595fee8 (patch)
tree1aa9def1a1e77e61f14d6b5cd7d93476c5a74fcc /cmd
parentc84fe632170301d417b58205d346e8fa15744fae (diff)
internal/rosa: hakurei artifact
This does not yet have fuse from staging. Everything else works perfectly, though. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/mbf/main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/mbf/main.go b/cmd/mbf/main.go
index ed4422b8..e342356e 100644
--- a/cmd/mbf/main.go
+++ b/cmd/mbf/main.go
@@ -172,6 +172,8 @@ func main() {
p = rosa.Go
case "gperf":
p = rosa.Gperf
+ case "hakurei":
+ p = rosa.Hakurei
case "kernel-headers":
p = rosa.KernelHeaders
case "libXau":