diff options
Diffstat (limited to 'web/tvl/default.nix')
-rw-r--r-- | web/tvl/default.nix | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/web/tvl/default.nix b/web/tvl/default.nix index e79c47b53162..aa1fc225fe71 100644 --- a/web/tvl/default.nix +++ b/web/tvl/default.nix @@ -41,11 +41,7 @@ let ''; }; in runCommandNoCC "website" {} '' - mkdir -p $out/static + mkdir $out cp ${homepage} $out/index.html - cp -r ${./static}/* $out/static - - # Some assets are stolen from tazjin's blog - cp ${depot.users.tazjin.homepage}/static/jetbrains-* $out/static - cp ${depot.users.tazjin.homepage}/static/tazjin.css $out/static + cp -r ${depot.web.static} $out/static '' |