nim: preserve dist alongside compiler source

This commit is contained in:
Daylin Morgan
2024-01-10 07:58:43 +00:00
committed by Emery Hemingway
parent 0ab4cdef73
commit 9338d9742e
+1 -1
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
'';