Don't worget to build woff2

This commit is contained in:
Daniel Flanagan 2024-06-01 20:12:20 -05:00
parent f0973aa3cf
commit 1286e23914

View file

@ -1,7 +1,7 @@
{iosevka, ...}: let
set = "LyteTerm";
in
iosevka.override {
(iosevka.override {
inherit set;
privateBuildPlan = ''
@ -123,4 +123,9 @@ in
question = 'smooth'
punctuation-dot = 'round'
'';
})
.overrideAttrs {
postBuild = ''
npm run build --no-update-notifier --targets woff2::$pname -- --jCmd=$NIX_BUILD_CORES --verbose=9
'';
}