changed path

This commit is contained in:
kity 2025-08-07 18:18:29 +02:00
parent 5c4ff80858
commit b7cedb7933

View file

@ -31,15 +31,11 @@ let
postPatch = '' postPatch = ''
${old.postPatch} ${old.postPatch}
mkdir -p $out/static/themes cp ${themeSrc} $out/dist/static/themes/${theme}.json
cp ${themeSrc} $out/static/themes/${theme}.json cp ${pkgs.writeText "styles.json" styles} $out/dist/static/themes
cp ${pkgs.writeText "styles.json" styles} $out/static/themes cp ${tosFile} $out/dist/static/terms-of-service.html
cp ${tosFile} $out/static/terms-of-service.html
''; '';
buildInputs = [
pkgs.curl
];
}); });
}; };
in in