We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent be353eb commit a27f8d7Copy full SHA for a27f8d7
pkgs/applications/networking/cluster/k3s/default.nix
@@ -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
-}:
+with import <nixpkgs> {};
+
+{ stdenv, lib, makeWrapper, fetchFromGitHub, fetchurl, fetchzip }:
6
7
with lib;
8
0 commit comments