|
Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
#include <eval.hh>
Public Member Functions | |
| PathResult (T p) | |
| PathResult (EvalErrorBuilder< E > e) | |
| T | unwrap (NeverAsync={}) && |
findFile wants to throw a debuggable error when the requested file is not found, but it can't invoke the debugger itself because it's async code. This wraps the result-or-error to allow it regardless. This happens for copyPathToStore as well, with another error type.