added blobhaj files

This commit is contained in:
twoneis 2025-02-24 20:48:06 +01:00
parent 0efe8702c4
commit 1edd932f5c
55 changed files with 1 additions and 1 deletions

View file

@ -11,7 +11,7 @@ stdenvNoCC.mkDerivation {
runHook preInstall
mkdir -p $out
cp 512w/*.png $out
cp *.png $out
runHook postInstall
'';