Skip to content

Commit

Permalink
[nix] vcs-emu-trace: do not copy daidir
Browse files Browse the repository at this point in the history
  • Loading branch information
FanShupei committed Dec 6, 2024
1 parent dd25cc6 commit ed6238e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nix/t1/run/run-vcs-emu.nix
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ stdenvNoCC.mkDerivation (finalAttr: {
${lib.optionalString emulator.enableTrace ''
cp -v ${testCase.pname}.fsdb "$out"
cp -vr ${emulator}/lib/${emulator.mainProgram}.daidir "$out"
''}
'';
})

0 comments on commit ed6238e

Please sign in to comment.