~philipwhite/nix-package-search

A better version of the nixos package search website
610c04a9 — Philip White 3 years ago
Forgot to add worker.js
68010260 — Philip White 3 years ago
Restructure to optionally use web workers
58bbfeaf — Philip White 3 years ago
Add LICENSE

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~philipwhite/nix-package-search
read/write
git@git.sr.ht:~philipwhite/nix-package-search

You can also use your local clone with git send-email.

#An alternative package search page for NixOS

There is already a page on the NixOS website for searching packages - Search NixOS packages - but it is very slow. This project is intended to be an improvement that uses simple, common sense programming to solve this problem. My hope is that the obvious way is the fastest.

The page consists of an html, a css, and a js file. In addition, this repository includes a split.js file that reads a packages.json file and outputs 5 new files of the form packages.{0,1,2,3,4}.json, each of which contain a portion of the NixOS packages in packages.json. A packages.json file can be retrieved from https://channels.nixos.org/nixos-19.09/packages.json.br (This file can be decompressed using the nixos.brotli program).