mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 22:50:19 +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 = ''
|
||||
${old.postPatch}
|
||||
|
||||
mkdir -p priv/static/themes
|
||||
cp ${themeSrc} priv/static/themes/${theme}.json
|
||||
cp ${pkgs.writeText "styles.json" styles} priv/static/themes
|
||||
cp ${tosFile} priv/static/terms-of-service.html
|
||||
mkdir -p $out/static/themes
|
||||
cp ${themeSrc} $out/static/themes/${theme}.json
|
||||
cp ${pkgs.writeText "styles.json" styles} $out/static/themes
|
||||
cp ${tosFile} $out/static/terms-of-service.html
|
||||
'';
|
||||
|
||||
buildInputs = old.buildInputs ++ [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue