mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 05:00:16 +00:00
nixos/tests/kubernetes: Don't re-import <nixpkgs>
This commit is contained in:
parent
11ae0fb1ad
commit
7ab42c176c
|
@ -9,7 +9,6 @@ with pkgs.lib;
|
|||
let
|
||||
mkKubernetesBaseTest =
|
||||
{ name, domain ? "my.zyx", test, machines
|
||||
, pkgs ? import <nixpkgs> { inherit system; }
|
||||
, extraConfiguration ? null }:
|
||||
let
|
||||
masterName = head (filter (machineName: any (role: role == "master") machines.${machineName}.roles) (attrNames machines));
|
||||
|
|
Loading…
Reference in a new issue