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