about summary refs log tree commit diff stats
path: root/defaults.toml
diff options
context:
space:
mode:
Diffstat (limited to 'defaults.toml')
-rw-r--r--defaults.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/defaults.toml b/defaults.toml
index bc1daf9..66f0d07 100644
--- a/defaults.toml
+++ b/defaults.toml
@@ -152,7 +152,7 @@ Channel = 'nixpkgs'
 # (Fetcher=channel) Remote URL for channel, (Fetcher=download) Path containing files named 'revision' and 'options.json'.
 URL = 'https://channels.nixos.org/nixos-unstable/nixexprs.tar.xz'
 # (Fetcher=channel) Nix attribute name (i.e. nix-build -A) that builds an {options,packages}.json
-Attribute = 'options'
+Attribute = 'docs.optionsJSON'
 # (Fetcher=channel) Sub-path of imported channel which contains the attribute above, e.g. release.nix
 ImportPath = 'nixos/release.nix'
 # Abort import if it takes longer than this.