dummy commit

This commit is contained in:
2026-03-04 20:29:33 +01:00
parent 3b6919944c
commit e0f128f693

View File

@ -273,6 +273,7 @@ rec {
cp -r $src/fonts $out/lib/fonts
cp -r $src/shader $out/lib/shader
# The wrapper enters the correct working dir, so fonts/shaders/presets are available
mkdir -p $out/bin
makeWrapper $out/lib/${pname} $out/bin/${pname} --chdir "$out/lib"
'';