about summary refs log tree commit diff stats
path: root/internal/config
diff options
context:
space:
mode:
authorAlan Pearce2024-11-20 10:37:42 +0100
committerAlan Pearce2024-11-20 10:37:42 +0100
commit3b168be37ea5ff9a6354681aaa187bc77318ac10 (patch)
treef8e53290158ac11c093f604d3b2fd3e1cb520bd3 /internal/config
parentea9db0f984359bad3ffbe614cb45c248476c4f67 (diff)
downloadsearchix-3b168be37ea5ff9a6354681aaa187bc77318ac10.tar.lz
searchix-3b168be37ea5ff9a6354681aaa187bc77318ac10.tar.zst
searchix-3b168be37ea5ff9a6354681aaa187bc77318ac10.zip
docs: update default nix-darwin importer config
Diffstat (limited to 'internal/config')
-rw-r--r--internal/config/default.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/config/default.go b/internal/config/default.go
index 9a0c670..d6ad6f7 100644
--- a/internal/config/default.go
+++ b/internal/config/default.go
@@ -61,7 +61,7 @@ var DefaultConfig = Config{
 				Channel:    "nixpkgs",
 				URL:        "https://channels.nixos.org/nixos-unstable/nixexprs.tar.xz",
 				ImportPath: "nixos/release.nix",
-				Attribute:  "options",
+				Attribute:  "docs.optionsJSON",
 				OutputPath: "share/doc/nixos",
 				Timeout:    Duration{5 * time.Minute},
 				Repo:       nixpkgs,