From f8d0786509dcd68ea674c0b37201e2e8a60f98e8 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sun, 29 Dec 2024 23:37:11 +0900 Subject: cmd/fpkg: include nixGL source in inner store Signed-off-by: Ophestra --- cmd/fpkg/bundle.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cmd/fpkg/bundle.go') diff --git a/cmd/fpkg/bundle.go b/cmd/fpkg/bundle.go index aa1eecdb..572b295c 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 source + NixGL string `json:"nix_gl,omitempty"` // store path to activate-and-exec script Launcher string `json:"launcher"` // store path to /run/current-system -- cgit v1.3.1