garble: fix file path on non-x86_64 platforms

This commit is contained in:
figsoda 2022-09-26 13:36:29 -04:00
parent f252e5c6e8
commit 0fe9ca7fab

View file

@ -22,7 +22,7 @@ buildGoModule rec {
preBuild = lib.optionalString (!stdenv.isx86_64) ''
# The test assumex amd64 assembly
rm testdata/scripts/asm.txt
rm testdata/script/asm.txtar
'';
meta = {