more allocation optimizations

This commit is contained in:
Green Sky
2024-12-01 12:52:39 +01:00
parent 02600a3bc6
commit 1a12447804
2 changed files with 2 additions and 2 deletions

View File

@ -142,7 +142,7 @@
shellHook = ''
echo hello to tomato dev shell!
export LD_LIBRARY_PATH=/run/opengl-driver/lib
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/run/opengl-driver/lib
'';
};