Weekly updated nix-index database using the latest stable release.
A simple integration example:
(
filename="index-x86_64-$(uname | tr A-Z a-z)"
mkdir -p ~/.cache/nix-index
cd ~/.cache/nix-index
# -N will only download a new version if there is an update.
wget -q -N https://github.com/houstdav000/nix-index-database-stable/releases/latest/download/$filename
ln -f $filename files
)
Please support the original source. This is just a simple modification of that for building the latest release, unfortunately with manual release-updating. TBD if I'll automate release selection.