iosevka: disable update check in build
This commit is contained in:
parent
5f711b6b7e
commit
1f4d7a71a8
@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
runHook preBuild
|
runHook preBuild
|
||||||
npm run build -- ttf::$pname >/dev/null
|
npm run build --no-update-notifier -- ttf::$pname >/dev/null
|
||||||
runHook postBuild
|
runHook postBuild
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user