This commit is contained in:
parent
ca0cb2c43f
commit
f03c088a36
|
@ -1,6 +1,8 @@
|
||||||
with import <nixpkgs> {};
|
{ stdenv, lib, makeWrapper, socat, iptables, iproute, bridge-utils
|
||||||
|
, conntrack-tools, buildGoPackage, git, runc, libseccomp, pkgconfig
|
||||||
{ stdenv, lib, makeWrapper, fetchFromGitHub, fetchurl, fetchzip }:
|
, autoPatchelfHook, breakpointHook, ethtool, utillinux, ipset
|
||||||
|
, fetchFromGitHub, fetchurl, fetchzip, fetchgit
|
||||||
|
}:
|
||||||
|
|
||||||
with lib;
|
with lib;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue