about summary refs log tree commit diff
path: root/web/static/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'web/static/default.nix')
-rw-r--r--web/static/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/web/static/default.nix b/web/static/default.nix
new file mode 100644
index 0000000000..518f21d6f9
--- /dev/null
+++ b/web/static/default.nix
@@ -0,0 +1,6 @@
+{ pkgs, ... }:
+
+# Needs to be a derivation ...
+pkgs.runCommand "tvl-static" {} ''
+  cp -r ${./.} $out
+''