Refresh Tokens #3

Merged
mosbach merged 13 commits from refresh-tokens into main 2024-01-29 01:53:52 +01:00
Showing only changes of commit c4910c9690 - Show all commits

View File

@ -49,7 +49,8 @@
stack build --verbose
'';
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"
'';
};