move exe to bin folder
This commit is contained in:
parent
9b7565ef0a
commit
c4910c9690
@ -49,7 +49,8 @@
|
|||||||
stack build --verbose
|
stack build --verbose
|
||||||
'';
|
'';
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mv .stack-work/install/${system}/*/*/bin/${name}-exe $out/${name}
|
mkdir -p $out/bin
|
||||||
|
mv .stack-work/install/${system}/*/*/bin/${name}-exe $out/bin/${name}
|
||||||
echo "moved"
|
echo "moved"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user