replaceDependency: fix syntax error

This commit is contained in:
Alexander Ried 2016-10-28 00:59:56 +02:00
parent c60b3e4bfc
commit 10728c25b0

View file

@ -22,7 +22,7 @@
with lib;
let
warn = if verbose then builtins.trace else (x:y:y);
warn = if verbose then builtins.trace else (x: y: y);
references = import (runCommand "references.nix" { exportReferencesGraph = [ "graph" drv ]; } ''
(echo {
while read path