Skip to content

Commit a27f8d7

Browse files
authoredApr 5, 2020
1 parent be353eb commit a27f8d7

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed
 

‎pkgs/applications/networking/cluster/k3s/default.nix

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
{ stdenv, lib, makeWrapper, socat, iptables, iproute, bridge-utils
2-
, conntrack-tools, buildGoPackage, git, runc, libseccomp, pkgconfig
3-
, autoPatchelfHook, breakpointHook, ethtool, utillinux, ipset
4-
, fetchFromGitHub, fetchurl, fetchzip, fetchgit
5-
}:
1+
with import <nixpkgs> {};
2+
3+
{ stdenv, lib, makeWrapper, fetchFromGitHub, fetchurl, fetchzip }:
64

75
with lib;
86

0 commit comments

Comments
 (0)
Please sign in to comment.