From 4f1249e46fb816cfd299ae27385a63746f914c3f Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 23 Nov 2021 16:31:17 +0300 Subject: refactor(readTree): Move 'drvTargets' into readTree This function is also generally useful for readTree consumers that have the concept of subtargets. Change-Id: Ic7fc03380dec6953fb288763a28e50ab3624d233 --- web/tvl/logo/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web') 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 ''; -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; -- cgit 1.4.1