ibm-plex: add webfont output

This commit is contained in:
ners
2026-04-23 15:34:01 +02:00
parent 68b20088b4
commit 77e0fffe2f
+5
View File
@@ -38,6 +38,11 @@ stdenvNoCC.mkDerivation {
nativeBuildInputs = [ installFonts ];
outputs = [
"out"
"webfont"
];
passthru.updateScript = ./update.sh;
meta = {