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
@jpverde It could be a good idea to add this exception to the cache builtin in the meantime just like we do with builtins that are only supported on Linux.
When using a daemon installation of Nix, which, by the way, is the recommended one now, custom caches are not being used due to lack of trust.
For example, try running
m github:fluidattacks/makes-example@main /api/env
with a daemon installation,You will get the following warning:
I think this is because
trusted-substituers
can only be changed by trusted-users.I did a quick test by passing
trusted-substituers
andtrusted-users
to thenix-build
command on the CLI but it did not work.Let's investigate a comfortable way of handling this.
The text was updated successfully, but these errors were encountered: