diff options
Diffstat (limited to 'cmd/fpkg/bundle.go')
| -rw-r--r-- | cmd/fpkg/bundle.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/fpkg/bundle.go b/cmd/fpkg/bundle.go index 572b295c..22b9de28 100644 --- a/cmd/fpkg/bundle.go +++ b/cmd/fpkg/bundle.go @@ -40,6 +40,8 @@ type bundleInfo struct { // allow gpu access within sandbox GPU bool `json:"gpu"` + // store path to nixGL mesa wrappers + Mesa string `json:"mesa,omitempty"` // store path to nixGL source NixGL string `json:"nix_gl,omitempty"` // store path to activate-and-exec script |
