Skip to content

Commit

Permalink
Merge pull request #104877 from vincentbernat/fix/iosevka-extraparame…
Browse files Browse the repository at this point in the history
…ters
  • Loading branch information
doronbehar authored Nov 25, 2020
2 parents 7897408 + 3725f9e commit 4b572d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/data/fonts/iosevka/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ stdenv.mkDerivation rec {
remarshal -i "$privateBuildPlanJSONPath" -o private-build-plans.toml -if json -of toml
''}
${lib.optionalString (extraParameters != null) ''
echo -e "\n" >> parameters.toml
cat "$extraParametersPath" >> parameters.toml
echo -e "\n" >> params/parameters.toml
cat "$extraParametersPath" >> params/parameters.toml
''}
ln -s ${nodeIosevka}/lib/node_modules/iosevka/node_modules .
runHook postConfigure
Expand Down

0 comments on commit 4b572d4

Please sign in to comment.