nixos/lib/testing-python: remove unused with pkgs;

This with statement has no users anymore and can safely be removed.
This commit is contained in:
Andreas Rammhold 2022-11-11 16:02:39 +01:00
parent ef62f6566b
commit 923e404389

@ -9,9 +9,6 @@
# Modules to add to each VM
, extraConfigurations ? [ ]
}:
with pkgs;
let
nixos-lib = import ./default.nix { inherit (pkgs) lib; };
in