From 3edde6562e19698da69a499881e0a2e4f5a497a2 Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Sat, 7 Nov 2020 13:04:50 +0100 Subject: make-test-python: disallow aliases When importing Nixpkgs within Nixpkgs, we should not consider aliases to ensure we don't rely on them internally. There are probably more places that need to be converted. --- nixos/tests/make-test-python.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/tests/make-test-python.nix') diff --git a/nixos/tests/make-test-python.nix b/nixos/tests/make-test-python.nix index 89897fe7e61..7a96f538d8d 100644 --- a/nixos/tests/make-test-python.nix +++ b/nixos/tests/make-test-python.nix @@ -1,6 +1,6 @@ f: { system ? builtins.currentSystem, - pkgs ? import ../.. { inherit system; config = {}; }, + pkgs ? import ../.. { inherit system; }, ... } @ args: -- cgit 1.4.1