about summary refs log tree commit diff
path: root/nixos/lib
diff options
context:
space:
mode:
authorAndreas Rammhold <andreas@rammhold.de>2022-11-11 16:02:39 +0100
committerAndreas Rammhold <andreas@rammhold.de>2022-11-11 16:05:00 +0100
commit923e404389eabf8f5b0d3bf83c115062a703ee7b (patch)
tree770ecbb24452428df1280aeae0f8fc8d0fa5f510 /nixos/lib
parentef62f6566bec854eb8f7c98d38c64d9047d77ab6 (diff)
nixos/lib/testing-python: remove unused `with pkgs;`
This with statement has no users anymore and can safely be removed.
Diffstat (limited to 'nixos/lib')
-rw-r--r--nixos/lib/testing-python.nix3
1 files changed, 0 insertions, 3 deletions
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