internal/rosa: nss artifacts

Not used by anything for now, but will be part of Rosa OS.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-01-27 08:10:18 +09:00
parent 88aaa4497c
commit f1758a6fa8
3 changed files with 88 additions and 0 deletions

View File

@@ -200,6 +200,10 @@ func main() {
p = rosa.Make
case "meson":
p = rosa.Meson
case "nss":
p = rosa.NSS
case "nss-cacert":
p = rosa.NSSCACert
case "ninja":
p = rosa.Ninja
case "packaging":