about summary refs log tree commit diff
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/tvl/logo/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/tvl/logo/default.nix b/web/tvl/logo/default.nix
index 74ab4de7dd..940f67199b 100644
--- a/web/tvl/logo/default.nix
+++ b/web/tvl/logo/default.nix
@@ -67,7 +67,7 @@ let
     </svg>
   '';
 
-in depot.nix.utils.drvTargets(lib.fix (self: {
+in depot.nix.readTree.drvTargets(lib.fix (self: {
   # Expose the logo construction functions.
   inherit palette darkCss lightCss animatedCss staticCss;