mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
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:
parent
ef62f6566b
commit
923e404389
1 changed files with 0 additions and 3 deletions
|
@ -9,9 +9,6 @@
|
||||||
# Modules to add to each VM
|
# Modules to add to each VM
|
||||||
, extraConfigurations ? [ ]
|
, extraConfigurations ? [ ]
|
||||||
}:
|
}:
|
||||||
|
|
||||||
with pkgs;
|
|
||||||
|
|
||||||
let
|
let
|
||||||
nixos-lib = import ./default.nix { inherit (pkgs) lib; };
|
nixos-lib = import ./default.nix { inherit (pkgs) lib; };
|
||||||
in
|
in
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue