1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00
This commit is contained in:
Eelco Dolstra 2024-09-12 15:33:55 +02:00
parent 69bf9947c7
commit 27ec0def74

View file

@ -82,7 +82,7 @@ void SourceAccessor::dumpPath(
name.erase(pos);
}
if (!unhacked.emplace(name, i.first).second)
throw Error("file name collision in between '%s' and '%s'",
throw Error("file name collision between '%s' and '%s'",
(path / unhacked[name]),
(path / i.first));
} else