Merge pull request #84369 from cleverca22/fix-k3s
k3s: fix https://hydra.nixos.org/build/116132269
This commit is contained in:
commit
be353eb83a
|
@ -1,6 +1,8 @@
|
|||
with import <nixpkgs> {};
|
||||
|
||||
{ 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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue