wh0 / nix-cache-view

in-browser .nar explorer
https://wh0.github.io/nix-cache-view/
MIT License
12 stars 1 forks source link

Make xz-embedded build work on Glitch #14

Closed wh0 closed 1 year ago

wh0 commented 1 year ago

https://github.com/wh0/nix-cache-view/blob/1a5bba2d55272506ff2f7c6af27cf0bf92d79474/auto.sh

The commented out part doesn't work due to wasi-sdk 16 requiring a newer glibc than is available on Glitch.

I think wasi-sdk 12 works, so let's switch to that. It requires a main function (was this a bug that they fixed later?), so we'll have to add it. It can be in a separate file so that we don't have to mess with xz-embedded's source directory.

wh0 commented 1 year ago

bzip2 too now

wh0 commented 1 year ago

929a21841782eb8e7d8a409bc84b267063c0d29a