-
Notifications
You must be signed in to change notification settings - Fork 165
Description
I'm trying to try out reflex on my local machine and followed the instructions in the README.
I already installed nix the other day on my Linux distro, using the recommended multi-user installation script from the nix website.
I have these binary caches set up and restarted my daemon after adding them (these are from the obelisk documentation):
binary-caches = https://cache.nixos.org https://nixcache.reflex-frp.org
binary-cache-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ryantrinkle.com-1:JJiAKaRv9mWgpVAz8dwewnZe0AzzEAzPkagE9SP5NWI=
binary-caches-parallel-connections = 40
Nonetheless running try-reflex takes a long time (not minutes, it's for sure already running for about close to an hour).
The documentation mentions that it should only take a few minutes, if binary caches are set-up correctly.
I assume that I'm running into this issue due to my caches not being set up correctly? I couldn't find a reference to how to set them up correctly in the documentation of this repo: Can you give me pointers on how to do it?
Or do you have other ideas why it takes so long and how I can fix it? (It doesn't seem to be in a loop or anything but rather it seems to compile everything from scratch?)
Note: The same issue also occurred when I wanted to try out obelisk.