From 923e404389eabf8f5b0d3bf83c115062a703ee7b Mon Sep 17 00:00:00 2001 From: Andreas Rammhold Date: Fri, 11 Nov 2022 16:02:39 +0100 Subject: nixos/lib/testing-python: remove unused `with pkgs;` This with statement has no users anymore and can safely be removed. --- nixos/lib/testing-python.nix | 3 --- 1 file changed, 3 deletions(-) (limited to 'nixos/lib') diff --git a/nixos/lib/testing-python.nix b/nixos/lib/testing-python.nix index d7204a2bc1434..134d38f1b6767 100644 --- a/nixos/lib/testing-python.nix +++ b/nixos/lib/testing-python.nix @@ -9,9 +9,6 @@ # Modules to add to each VM , extraConfigurations ? [ ] }: - -with pkgs; - let nixos-lib = import ./default.nix { inherit (pkgs) lib; }; in -- cgit 1.4.1