From 700ceb2ce1eced1115e565b5cbd6b120b6d25fc1 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 9 Jul 2025 21:52:47 +0200 Subject: [PATCH] Hide double copy warning --- src/libexpr/paths.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libexpr/paths.cc b/src/libexpr/paths.cc index 438de1d88..64b6f80d4 100644 --- a/src/libexpr/paths.cc +++ b/src/libexpr/paths.cc @@ -60,7 +60,7 @@ std::string EvalState::computeBaseName(const SourcePath & path, PosIdx pos) { if (path.accessor == rootFS) { if (auto storePath = store->maybeParseStorePath(path.path.abs())) { - warn( + debug( "Copying '%s' to the store again.\n" "You can make Nix evaluate faster and copy fewer files by replacing `./.` with the `self` flake input, " "or `builtins.path { path = ./.; name = \"source\"; }`.\n",