aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/rosa.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-01-18 23:49:44 +0900
committerOphestra <cat@gensokyo.uk>2026-01-18 23:51:45 +0900
commit4155adc16a7afbec5ca1c23a07ef850f92ab4008 (patch)
tree342dadd88b06e50a3f36f494235949bb39a8db86 /internal/rosa/rosa.go
parent2a9525c77ab0d15f802c9277a13072311d147483 (diff)
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>
Diffstat (limited to 'internal/rosa/rosa.go')
-rw-r--r--internal/rosa/rosa.go11
1 files changed, 11 insertions, 0 deletions
diff --git a/internal/rosa/rosa.go b/internal/rosa/rosa.go
new file mode 100644
index 00000000..7ddf4143
--- /dev/null
+++ b/internal/rosa/rosa.go
@@ -0,0 +1,11 @@
+// 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
+)