about summary refs log tree commit diff
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/tvl/template/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/tvl/template/default.nix b/web/tvl/template/default.nix
index f33274f02e..f89c49b8cc 100644
--- a/web/tvl/template/default.nix
+++ b/web/tvl/template/default.nix
@@ -1,4 +1,4 @@
-{ depot, pkgs, ... }:
+{ depot, pkgs, lib, ... }:
 
 { # content of the <title> tag
   title
@@ -17,7 +17,7 @@ let
   inherit (depot.tools) cheddar;
 in
 
-runCommandNoCC "index.html" {
+runCommandNoCC "${lib.strings.sanitizeDerivationName title}-index.html" {
   headerPart = ''
     <!DOCTYPE html>
     <head>