renamed executable

This commit is contained in:
David Mosbach 2024-01-27 20:32:35 +00:00
parent 159839dc83
commit 9b7565ef0a

View File

@ -49,7 +49,7 @@
stack build --verbose stack build --verbose
''; '';
installPhase = '' installPhase = ''
mv .stack-work/install/${system}/*/*/bin/${name}-exe $out mv .stack-work/install/${system}/*/*/bin/${name}-exe $out/${name}
echo "moved" echo "moved"
''; '';
}; };