Merge pull request #80618 from rileyinman/iosevka
iosevka: disable update check in build
This commit is contained in:
commit
87d1c38808
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue