feature/hm-options #2

Merged
torjus merged 4 commits from feature/hm-options into master 2026-02-03 22:40:08 +00:00
Showing only changes of commit 3d704dfaf5 - Show all commits

View File

@@ -223,3 +223,10 @@ nix run .#hm-options -- serve
nix run .#nixos-options -- index nixos-unstable
nix run .#hm-options -- index hm-unstable
```
### Indexing Performance
Indexing operations are slow due to Nix evaluation and file downloads. When running index commands, use appropriate timeouts:
- **nixos-options**: ~5-6 minutes for `nixos-unstable` (with files)
- **hm-options**: ~1-2 minutes for `master` (with files)
Use `--no-files` flag for faster indexing (~1-2 minutes) if file content lookup isn't needed.