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
I want to check, why the error message below happens.
For that I'd like to investigate what's at the path, so I can potentially remove the offending file.
Looking at <DirectoryPackage as Package>::install(), it's not completely obvious where this is coming from: we call utils::read_file() but it should yield an error that is contextualized with the file name (both on 1.27 and on master). The other filesystem operations are executed as part of a transaction which I think would have resulted in extra stack frames on this backtrace?
Problem you are trying to solve
I want to check, why the error message below happens.
For that I'd like to investigate what's at the path, so I can potentially remove the offending file.
Error Message:
Solution you'd like
The offending path, that already exists should be displayed for the user to see, so that capable users can do something about the error.
Notes
This is happening on a NixOs install. It is quite possible, that this error is caused by some leftover symlink by home-manager.
The text was updated successfully, but these errors were encountered: