Merge pull request #80618 from rileyinman/iosevka

iosevka: disable update check in build
This commit is contained in:
Thomas Tuegel
2020-02-24 09:22:51 -06:00
committed by GitHub

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
'';