iosevka: disable update check in build

This commit is contained in:
Riley Inman 2020-02-20 04:37:04 -05:00
parent 5f711b6b7e
commit 1f4d7a71a8

View file

@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
buildPhase = ''
runHook preBuild
npm run build -- ttf::$pname >/dev/null
npm run build --no-update-notifier -- ttf::$pname >/dev/null
runHook postBuild
'';