From f03c088a36e1689e93b515256b17aedf5ac610c3 Mon Sep 17 00:00:00 2001 From: Michael Bishop Date: Sun, 5 Apr 2020 14:16:11 -0300 Subject: [PATCH] k3s: fix https://hydra.nixos.org/build/116132269 --- pkgs/applications/networking/cluster/k3s/default.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/networking/cluster/k3s/default.nix b/pkgs/applications/networking/cluster/k3s/default.nix index a032a3c12ad3..316b86efe613 100644 --- a/pkgs/applications/networking/cluster/k3s/default.nix +++ b/pkgs/applications/networking/cluster/k3s/default.nix @@ -1,6 +1,8 @@ -with import {}; - -{ stdenv, lib, makeWrapper, fetchFromGitHub, fetchurl, fetchzip }: +{ stdenv, lib, makeWrapper, socat, iptables, iproute, bridge-utils +, conntrack-tools, buildGoPackage, git, runc, libseccomp, pkgconfig +, autoPatchelfHook, breakpointHook, ethtool, utillinux, ipset +, fetchFromGitHub, fetchurl, fetchzip, fetchgit +}: with lib;