iosevka: Fix build phase not to print progress messages
My commit below removed a `> /dev/null` from fonts/iosevka/default.nix
by mistake.
89d24b58b2
Author: Damien Cassou <damien@cassou.me>
AuthorDate: Mon Jun 6 18:26:06 2022 +0200
iosevka-comfy: init at 0.1.0
This commit is contained in:
parent
ba773da23b
commit
c9c10940da
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ stdenv.mkDerivation rec {
|
|||
buildPhase = ''
|
||||
export HOME=$TMPDIR
|
||||
runHook preBuild
|
||||
npm run build --no-update-notifier -- --jCmd=$NIX_BUILD_CORES ttf::$pname
|
||||
npm run build --no-update-notifier -- --jCmd=$NIX_BUILD_CORES ttf::$pname >/dev/null
|
||||
runHook postBuild
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue