We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f47eac commit fabde43Copy full SHA for fabde43
src/nix/run.cc
@@ -202,6 +202,6 @@ void chrootHelper(int argc, char * * argv)
202
throw SysError("unable to exec '%s'", cmd);
203
204
#else
205
- throw Error("mounting the Nix store on '%s' is not supported on this platform", >storeDir);
+ throw Error("mounting the Nix store on '%s' is not supported on this platform", storeDir);
206
#endif
207
}
0 commit comments