nim: preserve dist alongside compiler source
This commit is contained in:
parent
0ab4cdef73
commit
9338d9742e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue