Conversation
|
What happens if the current user is not trusted? |
There's a warning message and the cache is skipped. CA store paths will enable non-trusted users to add paths to the store, including substituters (as @balsoft explained to me) |
|
Could you paste the console output showing those warnings? |
|
Also, as I understand this works only for What about |
I'd have to set up an untrusted user to reproduce the warning, but here's the source line: nix/src/libstore/daemon.cc#L225. Hopefully support for
|
|
Looks like this is currently only useful for caching development shell. Better than nothing, I guess. |
|
I wonder how 96c0033 impacts this. |
Continued from srid/emanote-template#4
Tested with direnv on NixOS system with
nix.settings.trusted-users = [ '@wheel' ];