diff --git a/src/nix/flake.cc b/src/nix/flake.cc index 4d5cad1a8..384c23d8c 100644 --- a/src/nix/flake.cc +++ b/src/nix/flake.cc @@ -103,7 +103,7 @@ public: throw e; } if (lockFlags.inputUpdates.contains(inputPath)) - warn("Input '%s' was specified multiple times. You may have done this by accident."); + warn("Input '%s' was specified multiple times. You may have done this by accident.", printInputPath(inputPath)); lockFlags.inputUpdates.insert(inputPath); } }},