We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 80bbe5e + aafdd0b commit 4abd8d3Copy full SHA for 4abd8d3
pkgs/by-name/io/iosevka/package.nix
@@ -121,7 +121,7 @@ buildNpmPackage rec {
121
runHook preBuild
122
123
# pipe to cat to disable progress bar
124
- npm run build --no-update-notifier --targets ttf::$pname -- --jCmd=$NIX_BUILD_CORES --verbosity=9 | cat
+ npm run build --no-update-notifier --targets ttf::"$pname" -- --jCmd=$NIX_BUILD_CORES --verbosity=9 | cat
125
126
runHook postBuild
127
'';
0 commit comments