Merge pull request #104877 from vincentbernat/fix/iosevka-extraparameters

This commit is contained in:
Doron Behar
2020-11-25 11:52:27 +02:00
committed by GitHub

View File

@@ -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