aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmd/fpkg/with.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-01-17 23:43:32 +0900
committerOphestra <cat@gensokyo.uk>2025-01-17 23:43:32 +0900
commitea8f228af36b2c9ae9918f7760c3af4f1e21cfa2 (patch)
tree1f9b43cd1a0f83217f20e76924b8ae48e182cf0c /cmd/fpkg/with.go
parent16db3dabe2060d5a66948101e16709697bfb374a (diff)
proc/priv/shim: merge shim into main program
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'cmd/fpkg/with.go')
-rw-r--r--cmd/fpkg/with.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/fpkg/with.go b/cmd/fpkg/with.go
index e4bb7299..53313671 100644
--- a/cmd/fpkg/with.go
+++ b/cmd/fpkg/with.go
@@ -62,7 +62,7 @@ func withCacheDir(action string, command []string, workDir string, app *bundleIn
AppID: app.AppID,
Username: "nixos",
Inner: path.Join("/data/data", app.ID, "cache"),
- Outer: pathSet.cacheDir, // this also ensures cacheDir via fshim
+ Outer: pathSet.cacheDir, // this also ensures cacheDir via shim
Sandbox: &fst.SandboxConfig{
Hostname: formatHostname(app.Name) + "-" + action,
NoNewSession: dropShell,