Don't worget to build woff2
This commit is contained in:
parent
f0973aa3cf
commit
1286e23914
|
@ -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
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue