This commit is contained in:
Louis Dalibard 2024-12-24 16:23:09 +01:00
parent 564f9963e1
commit b907157d5f

View File

@ -13,8 +13,8 @@
generatedJSON = pkgs.runCommand "palette.json" {} ''
${palette-generator}/bin/palette-generator \
"${cfg.polarity.force}" \
"${cfg.polarity.primaryScale.dark}" \
"${cfg.polarity.primaryScale.light}" \
"${toString cfg.polarity.primaryScale.dark}" \
"${toString cfg.polarity.primaryScale.light}" \
${lib.escapeShellArg "${cfg.image}"} \
"$out"
'';