all repos — searchix @ e0e35b1818a49ba006c500e292efe0b356b34a44

Search engine for NixOS, nix-darwin, home-manager and NUR users

drwxrwxrwx
cmd/
drwxrwxrwx
docs/
drwxrwxrwx
frontend/
drwxrwxrwx
internal/
drwxrwxrwx
nix/
drwxrwxrwx
web/
-rw-r--r--
383
.editorconfig
-rwxr-xr-x
89
.envrc.sample
-rw-r--r--
435
.gitignore
-rw-r--r--
1490
.golangci.yaml
-rw-r--r--
72
.versionrc
-rw-r--r--
36215
CHANGELOG.md
-rw-r--r--
1076
LICENSE
-rw-r--r--
1974
README.md
-rw-r--r--
100
default.nix
-rw-r--r--
10925
defaults.toml
-rw-r--r--
4163
flake.lock
-rw-r--r--
2201
flake.nix
-rw-r--r--
3243
go.mod
-rw-r--r--
23238
go.sum
-rw-r--r--
8723
gomod2nix.toml
-rw-r--r--
1433
justfile
-rw-r--r--
257
modd.conf
-rw-r--r--
60
staticcheck.conf

Searchix

Build Status Service Status

A search tool to find options and packages in the NixOS ecosystem. Aims to be like search.nixos.org with more sources:

There is an instance running at searchix.ovh, which uses the following channels, with updates attempted daily:

  • nixos-options: nixos-unstable
  • nixpkgs: nixos-unstable
  • darwin: master branch
  • home-manager: master branch
  • nur: main branch

You can also run it yourself, if you’re feeling bold. It’s quite lightweight!

Status

Beta

Expect breakage. Search results are not expected to match the quality of search.nixos.org, the priority is more on having multiple sources in one location.

Feel free to report bugs at codeberg.

Motivation

I missed having a tool like search.nixos.org but for nix darwin and home manager[^1].

I wanted to contribute something to the nix community. 🩵

Also, I wanted to learn Go!

Goals

  • Lean/simple
  • Responsive (i.e. low latency)
  • Minimal JavaScript for progressive enhancement
  • Quickly switch between (options) sources with the same query
  • Querying “git” should give relevant results:
    • Options: programs.git.{enable,package}
    • Packages: git/gitMinimal/gitFull…

Future

Developing

See docs/developing.md

[^1]: It was only during development that I found Home Manager Option Search