more allocation optimizations

This commit is contained in:
Green Sky 2024-12-01 12:52:39 +01:00
parent 02600a3bc6
commit 1a12447804
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit a38c3a33055e91c9d9ceed507c0e3c2f63dc7fa4
Subproject commit 717748e8fc6ecd2170aa98ca442727fb1fe32834

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
'';
};