mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-07 22:20:33 +02:00
this syntax does not work
This commit is contained in:
parent
f8953f6afe
commit
6e6a0c977f
1 changed files with 2 additions and 2 deletions
|
@ -29,9 +29,9 @@ let
|
||||||
akkoma-overlay = self: super: {
|
akkoma-overlay = self: super: {
|
||||||
akkoma = super.akkoma.overrideAttrs (old: {
|
akkoma = super.akkoma.overrideAttrs (old: {
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
cp $themeSrc $out/priv/static/themes/${theme}.json
|
cp ${themeSrc} $out/priv/static/themes/${theme}.json
|
||||||
cp ${pkgs.writeText "styles.json" styles} $out/priv/static/themes
|
cp ${pkgs.writeText "styles.json" styles} $out/priv/static/themes
|
||||||
cp $tosFile $out/priv/static/terms-of-service.html
|
cp ${tosFile} $out/priv/static/terms-of-service.html
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildInputs = old.buildInputs ++ [
|
buildInputs = old.buildInputs ++ [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue