chore(web/tvl): Move TVL static assets out of //users/tazjin
It's now more like my personal homepage depends on TVL assets, not the other way around. Change-Id: Ifb9d61aa8ec2cab549e25de3a3dfbbd08f3d336c Reviewed-on: https://cl.tvl.fyi/c/depot/+/3435 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org>
This commit is contained in:
parent
60b25b49de
commit
da0b330756
10 changed files with 11 additions and 7 deletions
6
web/static/default.nix
Normal file
6
web/static/default.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
# Needs to be a derivation ...
|
||||
pkgs.runCommand "tvl-static" {} ''
|
||||
cp -r ${./.} $out
|
||||
''
|
||||
Loading…
Add table
Add a link
Reference in a new issue