dummy commit

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

View File

@ -275,7 +275,7 @@ rec {
# 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"
makeWrapper $out/lib/${pname} $out/bin/${pname} --chdir "${placeholder "out"}/lib"
'';
};