mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 15:10:19 +02:00
tried removing out var
This commit is contained in:
parent
41e9161fce
commit
1b61750dcf
1 changed files with 4 additions and 5 deletions
|
@ -28,12 +28,11 @@ let
|
||||||
'';
|
'';
|
||||||
akkoma-overlay = self: super: {
|
akkoma-overlay = self: super: {
|
||||||
akkoma = super.akkoma.overrideAttrs (old: {
|
akkoma = super.akkoma.overrideAttrs (old: {
|
||||||
postPatch = ''
|
postPatch = old.postPatch ++ ''
|
||||||
mkdir -p $out/priv/static/themes
|
|
||||||
|
|
||||||
cp ${themeSrc} $out/priv/static/themes/${theme}.json
|
cp ${themeSrc} priv/static/themes/${theme}.json
|
||||||
cp ${pkgs.writeText "styles.json" styles} $out/priv/static/themes
|
cp ${pkgs.writeText "styles.json" styles} priv/static/themes
|
||||||
cp ${tosFile} $out/priv/static/terms-of-service.html
|
cp ${tosFile} priv/static/terms-of-service.html
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildInputs = old.buildInputs ++ [
|
buildInputs = old.buildInputs ++ [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue