refactor(tvix): move logo to //tvix:logo
Also expose both formats, then use it from users/tazjin/presentations/tvix-eval-2023. Change-Id: Id906e8aff5510a7a4f33336326472e86db18ea32 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9280 Tested-by: BuildkiteCI Autosubmit: flokli <flokli@flokli.de> Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
parent
9786255267
commit
afe4dfb61e
6 changed files with 14 additions and 5 deletions
|
|
@ -28,5 +28,5 @@ in
|
|||
pkgs.runCommand "tvix-website" { } ''
|
||||
mkdir $out
|
||||
cp ${landing} $out/index.html
|
||||
cp ${./tvix-logo.webp} $out/tvix-logo.webp
|
||||
cp ${depot.tvix.logo}/logo.webp $out/
|
||||
''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue