mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
fixed depreciation warning
This commit is contained in:
parent
f5fa3790a8
commit
350a8bb4fd
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ in
|
||||||
}
|
}
|
||||||
''
|
''
|
||||||
mkdir $out
|
mkdir $out
|
||||||
lndir ${pkgs.akkoma-frontends.akkoma-fe} $out
|
lndir ${pkgs.akkoma-fe.akkoma-fe} $out
|
||||||
|
|
||||||
cp ${themeSrc} $out/static/themes/${theme}.json
|
cp ${themeSrc} $out/static/themes/${theme}.json
|
||||||
cp ${pkgs.writeText "styles.json" styles} $out/static/themes
|
cp ${pkgs.writeText "styles.json" styles} $out/static/themes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue