about summary refs log tree commit diff stats
path: root/internal/nix/package.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/nix/package.go')
-rw-r--r--internal/nix/package.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/nix/package.go b/internal/nix/package.go
index 42bf77a..0b6519e 100644
--- a/internal/nix/package.go
+++ b/internal/nix/package.go
@@ -11,6 +11,7 @@ type Package struct {
 	Licenses        []License
 	LongDescription Markdown
 	MainProgram     string
+	Programs        []string
 	Maintainers     []Maintainer
 	PackageSet      string
 	Platforms       []string