reflex-frp / reflex-platform

A curated package set and set of tools that let you build Haskell packages so they can run on a variety of platforms. reflex-platform is built on top of the nix package manager.
https://reflex-frp.org
BSD 3-Clause "New" or "Revised" License
719 stars 164 forks source link

Investigate whether enable-caches needs to restart daemon on non-nixos linux #187

Open ryantrinkle opened 6 years ago

alexfmpe commented 6 years ago

Circleci's Debian managed to use reflex's cache without restarting the daemon.

Is there a downside to restarting the daemon when it's not needed? Would it interrupt existing downloads from nix caches?

ryantrinkle commented 6 years ago

I'm not sure! But I do think it's better not to touch it unless we need to.

ryantrinkle commented 6 years ago

Is there any way we can check whether the current effective settings of the daemon include the caches?

mrehayden1 commented 4 months ago

Not entirely sure if this is the place for it, however: I already had nix installed on Ubuntu 20.04 when running ./try-reflex and was required to restart the nix daemon to have the reflex-frp caches used.