Skip to content

Commit e1d45bb

Browse files
authored
Merge pull request #138 from DeterminateSystems/hide-double-copy-warning
Hide double copy warning
2 parents facfff4 + 700ceb2 commit e1d45bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libexpr/paths.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ std::string EvalState::computeBaseName(const SourcePath & path, PosIdx pos)
6060
{
6161
if (path.accessor == rootFS) {
6262
if (auto storePath = store->maybeParseStorePath(path.path.abs())) {
63-
warn(
63+
debug(
6464
"Copying '%s' to the store again.\n"
6565
"You can make Nix evaluate faster and copy fewer files by replacing `./.` with the `self` flake input, "
6666
"or `builtins.path { path = ./.; name = \"source\"; }`.\n",

0 commit comments

Comments
 (0)