about summary refs log tree commit diff
path: root/users/Profpatsch/writers/tests/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/Profpatsch/writers/tests/default.nix')
-rw-r--r--users/Profpatsch/writers/tests/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/Profpatsch/writers/tests/default.nix b/users/Profpatsch/writers/tests/default.nix
index c4769a28c6..dc760af9e1 100644
--- a/users/Profpatsch/writers/tests/default.nix
+++ b/users/Profpatsch/writers/tests/default.nix
@@ -41,7 +41,7 @@ let
     assert(test_lib.test() == "test 1 2 3")
   '');
 
-in depot.nix.utils.drvTargets {
+in depot.nix.readTree.drvTargets {
   inherit
     pythonWithLib
     ;