about summary refs log tree commit diff
path: root/lib/tests/maintainers.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tests/maintainers.nix')
-rw-r--r--lib/tests/maintainers.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tests/maintainers.nix b/lib/tests/maintainers.nix
index d9d21ea74fbea..935d256d218d2 100644
--- a/lib/tests/maintainers.nix
+++ b/lib/tests/maintainers.nix
@@ -1,8 +1,8 @@
 # to run these tests (and the others)
 # nix-build nixpkgs/lib/tests/release.nix
 { # The pkgs used for dependencies for the testing itself
-  pkgs
-, lib
+  pkgs ? import ../.. {}
+, lib ? pkgs.lib
 }:
 
 let