k3s: fix name

Fixes https://github.com/NixOS/nixpkgs/issues/107624
This commit is contained in:
Mario Rodas 2020-12-26 06:50:00 -05:00
parent b0fc889fda
commit 895974a19a

View file

@ -223,7 +223,7 @@ let
};
in
stdenv.mkDerivation rec {
name = "k3s";
pname = "k3s";
version = k3sVersion;
# Important utilities used by the kubelet, see