Add FIXME

This commit is contained in:
Eelco Dolstra 2016-02-26 21:15:05 +01:00
parent e8cdfe5171
commit 6bb860fd6e

View file

@ -86,6 +86,7 @@ static void copyClosureTo(ref<Store> destStore,
enabled. This prevents a race where the remote host
garbage-collect paths that are already there. Optionally, ask
the remote host to substitute missing paths. */
// FIXME: substitute output pollutes our build log
to << cmdQueryValidPaths << 1 << useSubstitutes << closure;
to.flush();