Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Apr 5, 2020
1 parent be353eb commit a27f8d7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pkgs/applications/networking/cluster/k3s/default.nix
@@ -1,8 +1,6 @@
{ 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 import <nixpkgs> {};

{ stdenv, lib, makeWrapper, fetchFromGitHub, fetchurl, fetchzip }:

with lib;

Expand Down

0 comments on commit a27f8d7

Please sign in to comment.