makes icon indicating copy to clipboard operation
makes copied to clipboard

Nix daemon installation breaks cache

Open dsalaza4 opened this issue 3 years ago • 1 comments

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:

warning: ignoring untrusted substituter 'https://makes.cachix.org'

I think this is because trusted-substituers can only be changed by trusted-users.

I did a quick test by passing trusted-substituers and trusted-users to the nix-build command on the CLI but it did not work.

Let's investigate a comfortable way of handling this.

dsalaza4 avatar Jul 12 '22 19:07 dsalaza4

@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.

dsalaza4 avatar Jul 12 '22 19:07 dsalaza4