aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmd/fpkg/bundle.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2024-12-29 17:10:41 +0900
committerOphestra <cat@gensokyo.uk>2024-12-29 17:10:41 +0900
commit891b3cbde75c071b7339716d6fae727e26f19c0a (patch)
treeb1a5eb1555acc286ae2b667bf7f687c5429aa1b5 /cmd/fpkg/bundle.go
parentc795293f3690ca6d91e898b72edd0a20b9708450 (diff)
cmd/fpkg: compare all three store paths
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'cmd/fpkg/bundle.go')
-rw-r--r--cmd/fpkg/bundle.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/fpkg/bundle.go b/cmd/fpkg/bundle.go
index eb3150bb..aa1eecdb 100644
--- a/cmd/fpkg/bundle.go
+++ b/cmd/fpkg/bundle.go
@@ -40,11 +40,11 @@ type bundleInfo struct {
// allow gpu access within sandbox
GPU bool `json:"gpu"`
- // inner nix store path to activate-and-exec script
+ // store path to activate-and-exec script
Launcher string `json:"launcher"`
// store path to /run/current-system
CurrentSystem string `json:"current_system"`
- // home-manager activation package
+ // store path to home-manager activation package
ActivationPackage string `json:"activation_package"`
}