diff options
author | Alan Pearce | 2024-11-20 10:37:42 +0100 |
---|---|---|
committer | Alan Pearce | 2024-11-20 10:37:42 +0100 |
commit | 3b168be37ea5ff9a6354681aaa187bc77318ac10 (patch) | |
tree | f8e53290158ac11c093f604d3b2fd3e1cb520bd3 /internal | |
parent | ea9db0f984359bad3ffbe614cb45c248476c4f67 (diff) | |
download | searchix-3b168be37ea5ff9a6354681aaa187bc77318ac10.tar.lz searchix-3b168be37ea5ff9a6354681aaa187bc77318ac10.tar.zst searchix-3b168be37ea5ff9a6354681aaa187bc77318ac10.zip |
docs: update default nix-darwin importer config
Diffstat (limited to 'internal')
-rw-r--r-- | internal/config/default.go | 2 |
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, |