about summary refs log tree commit diff
path: root/users/Profpatsch/nixpkgs-rewriter/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/Profpatsch/nixpkgs-rewriter/default.nix')
-rw-r--r--users/Profpatsch/nixpkgs-rewriter/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/Profpatsch/nixpkgs-rewriter/default.nix b/users/Profpatsch/nixpkgs-rewriter/default.nix
index 9dac018441..787162d497 100644
--- a/users/Profpatsch/nixpkgs-rewriter/default.nix
+++ b/users/Profpatsch/nixpkgs-rewriter/default.nix
@@ -101,7 +101,7 @@ let
     "nix-instantiate" "$1" "-A" "{}"
   ];
 
-in depot.nix.utils.drvTargets {
+in depot.nix.readTree.drvTargets {
   inherit
    instantiate-nixpkgs-randomly
   # requires hnix, which we don’t want in tvl for now