akkoma-fe new name
This commit is contained in:
parent
998607e3ea
commit
8ee2d1a953
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue