diff options
| author | Graham Christensen <graham@grahamc.com> | 2020-04-05 15:07:56 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-05 15:07:56 -0400 |
| commit | a27f8d7956f4f7811f2fa6214f36ee3868235867 (patch) | |
| tree | a153185b7d4e7dbbd7c354103b9ab4d42e0ab032 | |
| parent | Merge pull request #84369 from cleverca22/fix-k3s (diff) | |
| download | nixpkgs-origin/revert-84369-fix-k3s.tar.gz | |
Revert "k3s: fix https://hydra.nixos.org/build/116132269"origin/revert-84369-fix-k3s
| -rw-r--r-- | pkgs/applications/networking/cluster/k3s/default.nix | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/pkgs/applications/networking/cluster/k3s/default.nix b/pkgs/applications/networking/cluster/k3s/default.nix index 316b86efe613..a032a3c12ad3 100644 --- a/pkgs/applications/networking/cluster/k3s/default.nix +++ b/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; |
