akkoma-fe new name

This commit is contained in:
twoneis 2025-03-21 20:46:59 +01:00
parent 998607e3ea
commit 8ee2d1a953

View file

@ -1,6 +1,6 @@
{
runCommand,
akkoma-frontends,
akkoma-fe,
xorg,
jq,
}:
@ -8,13 +8,13 @@ runCommand "akkoma_fe" {
nativeBuildInputs = [xorg.lndir jq];
} ''
mkdir $out
lndir ${akkoma-frontends.akkoma-fe} $out
lndir ${akkoma-fe} $out
rm $out/static/styles.json
cp ${./styles.json} $out/static/styles.json
rm $out/static/config.json
jq -s add ${akkoma-frontends.akkoma-fe}/static/config.json ${./config.json} > $out/static/config.json
jq -s add ${akkoma-fe}/static/config.json ${./config.json} > $out/static/config.json
cp ${../../icons/favicon/favicon.png} $out/static/logo.png