r/o

a065fd50321c051780fddef92ebd272843671e3e parent 433ec6d0

authored by Asherah Connor <aconnor@gitlab.com> 2 months ago
committed by Asherah Connor <aconnor@gitlab.com> 2 months ago

spider: nixopts on 25.11.

src/spider.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/spider.rs b/src/spider.rs
index 86ff6bb..6bc1313 100644
--- a/src/spider.rs
+++ b/src/spider.rs
@@ -117,7 +117,7 @@ const SPIDER: LazyLock<Vec<(Matcher, Handler)>> = LazyLock::new(|| {
(
Matcher::free("nixopts"),
Handler::QSP(
- "https://search.nixos.org/options?channel=25.05&from=0&size=50&sort=relevance&type=packages",
+ "https://search.nixos.org/options?channel=25.11&from=0&size=50&sort=relevance&type=packages",
"query",
),
),