obelisk icon indicating copy to clipboard operation
obelisk copied to clipboard

RFC: Warn if caching is not working / Make it easier to diagnose misconfigured caches on installation

Open madeline-os opened this issue 2 years ago • 1 comments

The practicality and user experience of obelisk depends on robust binary caching. This is true even before obelisk has been installed: being forced to compile everything from scratch is unacceptable. This is also something that can easily be overlooked when it goes wrong.

If it is possible, it would be desirable to warn if obelisk is being compiled from source on installation.

madeline-os avatar May 20 '22 23:05 madeline-os

Would obelisk have permissions to just parse a nix.conf or configuration.nix? That seems like an easy way to check this

I suppose for configuration.nix you might want to call nix-instantiate on it.

I'm curious how much control we'd have over that process given that it's nix-env running the installation

augyg avatar Jul 22 '22 17:07 augyg