From e4676a2e0d3ea33df5c38809be4cf01732ab4200 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 21 Apr 2020 04:07:40 +0100 Subject: fix(web/tvl): Embed SVG file directly into the source Without this, the links in the graph are not clickable. --- web/tvl/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/tvl/default.nix b/web/tvl/default.nix index 16bbddd9c5..c5ae8f0386 100644 --- a/web/tvl/default.nix +++ b/web/tvl/default.nix @@ -55,7 +55,7 @@ let

It's pretty straightforward.

- Who's who? + ${builtins.readFile tvlGraph}
(Protip: Most of these names are clickable!) @@ -78,7 +78,6 @@ in runCommandNoCC "website" {} '' mkdir -p $out/static cp ${homepage} $out/index.html cp -r ${./static}/* $out/static - cp ${tvlGraph} $out/static/tvl.svg # Some assets are stolen from the blog cp ${depot.web.homepage}/static/jetbrains-* $out/static -- cgit 1.4.1