mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
fixed path again
This commit is contained in:
parent
b7cedb7933
commit
7f485371d4
1 changed files with 3 additions and 3 deletions
|
@ -31,9 +31,9 @@ let
|
|||
postPatch = ''
|
||||
${old.postPatch}
|
||||
|
||||
cp ${themeSrc} $out/dist/static/themes/${theme}.json
|
||||
cp ${pkgs.writeText "styles.json" styles} $out/dist/static/themes
|
||||
cp ${tosFile} $out/dist/static/terms-of-service.html
|
||||
cp ${themeSrc} $out/static/themes/${theme}.json
|
||||
cp ${pkgs.writeText "styles.json" styles} $out/static/themes
|
||||
cp ${tosFile} $out/static/terms-of-service.html
|
||||
'';
|
||||
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue