mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03: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 New Issue
Block a user