Merge pull request #200712 from andir/andir/testing-remove-unused-with

nixos/lib/testing-python: remove unused `with pkgs;`
This commit is contained in:
Robert Hensing 2022-11-11 16:27:19 +01:00 committed by GitHub
commit 1ed0a2c21e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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