Files
hakurei/internal/rosa/rosa.go
Ophestra 4155adc16a internal/rosa: static etc artifact
This places configuration files with hardcoded content in /etc to silence test suites expecting them to be present.

Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-01-18 23:51:45 +09:00

12 lines
238 B
Go

// Package rosa provides Rosa OS toolchain artifacts and miscellaneous software.
package rosa
import (
"hakurei.app/internal/pkg"
)
const (
// kindEtc is the kind of [pkg.Artifact] of cureEtc.
kindEtc = iota + pkg.KindCustomOffset
)