mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
tried converting it to .json file
This commit is contained in:
parent
c47333f22b
commit
d94d393f4d
1 changed files with 2 additions and 2 deletions
|
@ -27,9 +27,9 @@ let
|
|||
akkoma-overlay = self: super: {
|
||||
akkoma = super.akkoma.overrideAttrs (old: {
|
||||
postPatch = ''
|
||||
cp ${./akkoma/style.json} $out/priv/static/themes/${theme}.json
|
||||
cp ${builtins.toString ./akkoma/style.json} $out/priv/static/themes/${theme}.json
|
||||
cp ${pkgs.writeText "styles.json" styles} $out/priv/static/themes
|
||||
cp ${./akkoma/terms-of-services.html} $out/priv/static/terms-of-service.html
|
||||
cp ${builtins.toString ./akkoma/terms-of-services.html} $out/priv/static/terms-of-service.html
|
||||
'';
|
||||
|
||||
buildInputs = old.buildInputs ++ [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue