From 3938e8bce5948514f9a87cd5fe73a99142acc419 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 18 Jun 2026 03:51:49 +0900 Subject: cmd/app: multiple template uppers Having multiple environments is useful, and this was trivial to implement. Signed-off-by: Ophestra --- cmd/app/app_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cmd/app/app_test.go') diff --git a/cmd/app/app_test.go b/cmd/app/app_test.go index 7a83bcc8..10593607 100644 --- a/cmd/app/app_test.go +++ b/cmd/app/app_test.go @@ -20,7 +20,7 @@ func TestParse(t *testing.T) { want *hst.Config err error }{ - {"com.discordapp.Discord", `8 + {"com.discordapp.Discord", `nonfree:8 exec Discord --ozone-platform-hint=wayland gpu @@ -74,9 +74,9 @@ talk com.canonical.Unity {FilesystemConfig: &hst.FSOverlay{ Target: fhs.AbsRoot, Lower: []*check.Absolute{ - base.Append("template", "initial"), + base.Append("initial"), }, - Upper: base.Append("template", "upper"), + Upper: base.Append("template", "nonfree", "upper"), }}, {FilesystemConfig: &hst.FSBind{ Target: hst.AbsPrivateTmp.Append("home"), -- cgit v1.3.1