nim: preserve dist alongside compiler source

This commit is contained in:
Daylin Morgan 2024-01-09 16:17:36 -06:00 committed by Emery Hemingway
parent 0ab4cdef73
commit 9338d9742e

View file

@ -147,7 +147,7 @@ in {
ln -sf $out/nim/bin/nim $out/bin/nim
ln -sf $out/nim/lib $out/lib
./install.sh $out
cp -a tools $out/nim/
cp -a tools dist $out/nim/
runHook postInstall
'';