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 --- third_party/nixery/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party/nixery') diff --git a/third_party/nixery/default.nix b/third_party/nixery/default.nix index 0220c9cd801b..9262f1461401 100644 --- a/third_party/nixery/default.nix +++ b/third_party/nixery/default.nix @@ -3,7 +3,7 @@ { depot, pkgs, ... }: let - inherit (depot.nix.utils) drvTargets; + inherit (depot.nix.readTree) drvTargets; commit = "6c4a69fa4280f0154ce257a1dfd23fb463c1ec5b"; src = pkgs.fetchFromGitHub { -- cgit 1.4.1