nix-super/src/libstore/builtins
Bob van der Linden 3113b13df9
buildenv: throw BuildEnvFileConflictError with more context
At the moment an Error is thrown that only holds an error message
regarding `nix-env` and `nix profile`. These tools make use of
builtins.buildEnv, but buildEnv is also used in other places. These
places are unrelated to Nix profiles, so the error shouldn't mention
these tools.

This generic error is now BuildEnvFileConflictError, which holds more
contextual information about the files that were conflicting while
building the environment.
2023-02-27 21:39:34 +01:00
..
buildenv.cc buildenv: throw BuildEnvFileConflictError with more context 2023-02-27 21:39:34 +01:00
buildenv.hh buildenv: throw BuildEnvFileConflictError with more context 2023-02-27 21:39:34 +01:00
fetchurl.cc Get rid of most .at calls (#6393) 2022-05-04 07:44:32 +02:00
unpack-channel.cc moveFile -> renameFile 2022-08-03 10:27:25 +02:00