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 --- fun/idual/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fun') diff --git a/fun/idual/default.nix b/fun/idual/default.nix index 877ab7d392..0f87f4ae1a 100644 --- a/fun/idual/default.nix +++ b/fun/idual/default.nix @@ -14,7 +14,7 @@ let }; package = python3Packages.buildPythonPackage opts; script = python3Packages.buildPythonApplication opts; -in depot.nix.utils.drvTargets { +in depot.nix.readTree.drvTargets { inherit script; python = python3.withPackages (_: [ package ]); setAlarm = pkgs.writeShellScriptBin "set-alarm" '' -- cgit 1.4.1