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
When I try to run helpful-callable(let*) for the first time, I get a "Note: file is write protected" message in minibuffer. The backtrace captured shows that helpful--open-if-needed is trying to open a file in /nix/store, which is read-only by design in Nix package manager.
I have applied the following workaround in my config to suppress this message, but overriding noninteractive could have side effects, so I'm looking for a proper fix upstream.
When I try to run
helpful-callable(let*)
for the first time, I get a "Note: file is write protected" message in minibuffer. The backtrace captured shows thathelpful--open-if-needed
is trying to open a file in/nix/store
, which is read-only by design in Nix package manager.I have applied the following workaround in my config to suppress this message, but overriding
noninteractive
could have side effects, so I'm looking for a proper fix upstream.The text was updated successfully, but these errors were encountered: