iosevka: disable update check in build
This commit is contained in:
parent
5f711b6b7e
commit
1f4d7a71a8
|
@ -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
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in New Issue