You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
or, to distribute the load / obfuscate the attack surface:
make a distributed database with orbitdb over ipfs?
or, cache the 40 MByte ~/.cache/nix-index/files file on cache.nixos.org
which is much faster to download than "a million small files" (compare: git object compression)
Public databases are available via the nix-index-database repo linked above, and a online version is already requested here #194, so closing this as solved/duplicate.
running
nix-index
is slow and seems wasteful ...who wants to run a public nix-locate server? : D
something like https://packages.debian.org/en/#search_contents
or, to distribute the load / obfuscate the attack surface:
make a distributed database with orbitdb over ipfs?
or, cache the 40 MByte
~/.cache/nix-index/files
file oncache.nixos.org
which is much faster to download than "a million small files" (compare: git object compression)
sample server: https://github.com/milahu/nix-locate-server/blob/master/nix-locate-server.go
The text was updated successfully, but these errors were encountered: