mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 07:00:21 +02:00
tried another path
This commit is contained in:
parent
ebdd3dccf5
commit
4ec9428370
1 changed files with 4 additions and 4 deletions
|
@ -31,10 +31,10 @@ let
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
${old.postPatch}
|
${old.postPatch}
|
||||||
|
|
||||||
mkdir -p priv/static/themes
|
mkdir -p $out/static/themes
|
||||||
cp ${themeSrc} priv/static/themes/${theme}.json
|
cp ${themeSrc} $out/static/themes/${theme}.json
|
||||||
cp ${pkgs.writeText "styles.json" styles} priv/static/themes
|
cp ${pkgs.writeText "styles.json" styles} $out/static/themes
|
||||||
cp ${tosFile} priv/static/terms-of-service.html
|
cp ${tosFile} $out/static/terms-of-service.html
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildInputs = old.buildInputs ++ [
|
buildInputs = old.buildInputs ++ [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue