Don't worget to build woff2
This commit is contained in:
parent
f0973aa3cf
commit
1286e23914
|
@ -1,7 +1,7 @@
|
||||||
{iosevka, ...}: let
|
{iosevka, ...}: let
|
||||||
set = "LyteTerm";
|
set = "LyteTerm";
|
||||||
in
|
in
|
||||||
iosevka.override {
|
(iosevka.override {
|
||||||
inherit set;
|
inherit set;
|
||||||
|
|
||||||
privateBuildPlan = ''
|
privateBuildPlan = ''
|
||||||
|
@ -123,4 +123,9 @@ in
|
||||||
question = 'smooth'
|
question = 'smooth'
|
||||||
punctuation-dot = 'round'
|
punctuation-dot = 'round'
|
||||||
'';
|
'';
|
||||||
|
})
|
||||||
|
.overrideAttrs {
|
||||||
|
postBuild = ''
|
||||||
|
npm run build --no-update-notifier --targets woff2::$pname -- --jCmd=$NIX_BUILD_CORES --verbose=9
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue