iosevka: Fix build phase not to print progress messages
My commit below removed a `> /dev/null` from fonts/iosevka/default.nix by mistake. 89d24b58b25cc5778eeeccfb82cb024fa08edbac 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
@ -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…
x
Reference in New Issue
Block a user