Skip to content

Commit 2b10cc8

Browse files
committed
try to fix bench-latency.sh
fix haskell-nix
1 parent 585b674 commit 2b10cc8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nix/haskell.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ let
104104
build-tools = [ pkgs.makeWrapper ];
105105
postInstall = ''
106106
wrapProgram $out/bin/latency \
107+
--run "cd $src" \
107108
--prefix PATH : ${pkgs.cardano-node}/bin
108109
'';
109110
};

0 commit comments

Comments
 (0)