iosevka: don't show build progress
The node progress "bar" looks like crap when using `nix-build`. Redirect the infinite scrolling screen to `/dev/null` to calm the output down. Errors will still print because stderr isn't redirected.
This commit is contained in:
parent
7996935668
commit
e718c3a685
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildPhase = ''
|
||||
runHook preBuild
|
||||
npm run build -- ttf::$pname
|
||||
npm run build -- ttf::$pname >/dev/null
|
||||
runHook postBuild
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue